UIItemStatProperties class
UIItemStatProperties
Inheritance
Base: IScriptable
Derived
None.
Properties
| Property | Type | |
|---|---|---|
localizedName | string | scripted |
decimalPlaces | int | scripted |
displayPercent | bool | scripted |
displayPlus | bool | scripted |
inMeters | bool | scripted |
inSeconds | bool | scripted |
inSpeed | bool | scripted |
multiplyBy100InText | bool | scripted |
roundValue | bool | scripted |
maxValue | float | scripted |
flipNegative | bool | scripted |
Functions
string GetName()RTTIint DecimalPlaces()RTTIbool DisplayPercent()RTTIbool DisplayPlus()RTTIbool InMeters()RTTIbool InSeconds()RTTIbool InSpeed()RTTIbool MultiplyBy100InText()RTTIbool RoundValue()RTTIfloat MaxValue()RTTIbool FlipNegative()RTTIstatic UIItemStatProperties? Make(string localizedName, int decimalPlaces, bool displayPercent, bool displayPlus, bool inMeters, bool inSeconds, bool inSpeed, bool multiplyBy100InText, bool roundValue, float maxValue, bool flipNegative)staticRTTI global