Click or drag to resize

Effect Methods

The Effect type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvert
Converts the EffectType and value to a human-readable string.
Public methodStatic memberParse

Converts a string to EffectType and value.

"x" at the beginning of a string translates to Multiplier, a string ending with "%" means Percentage, while neither of those means Constant. Rest of the string should be a number denoting the value.

Public methodToString (Overrides ValueTypeToString.)
Top
See Also