Enum StatSystem.StatModifier.Mode
The mode of the modifier : Percentage will divide the value by 100 to get a percentage, absolute use the value as is.
Namespace: CreatorKitCode
Assembly: Assembly-CSharp.dll
Syntax
public enum Mode
Fields
| Name | Description |
|---|---|
| Absolute | |
| Percentage |