Gocator API
|
Represents a 32-bit signed integer configuration element with a range and enabled state.
Public Attributes | |
kBool | enabled |
Represents whether the element value is currently used. | |
k32s | max |
The maximum allowable value that can be set for this element. | |
k32s | min |
The minimum allowable value that can be set for this element. | |
k32s | systemValue |
The system value. (not always applicable) | |
k32s | value |
The element's 32-bit signed field value. | |