Project

General

Profile

Effect (Data Type)

Description

This DataType includes all of the data available to ISXVG that is related to effects (both beneficial and detrimental.)

Members

  • string Name
  • string Description
  • float Duration
    • Number of seconds remaining on effect (if applicable)
  • float TimeRemaining
    • Alias for Duration
  • bool IsVisibleOnUI
  • bool IsBeneficial
  • bool IsDetrimental

Methods

  • Cancel
    • Cancels the effect. You cannot cancel detrimental effects.
  • Remove
    • Same as Cancel