Effect (Data Type)¶
- Table of contents
- Effect (Data Type)
- Description
- Members
- Methods
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
- Alias for
-
bool
IsVisibleOnUI
-
bool
IsBeneficial
-
bool
IsDetrimental
Methods¶
-
Cancel
- Cancels the effect. You cannot cancel detrimental effects.
-
Remove
- Same as
Cancel
- Same as