![]() |
GearBlocks
The GearBlocks Lua scripting API
|
Provides access to a UI number field's properties. More...
Properties | |
float | Value [get, set] |
The number field value. | |
bool | WholeNumbers [get, set] |
Is the number field restricted to whole numbers? | |
Events | |
ValueChangedHandler | OnEndEdit |
Event that is raised when editing the number field has ended. | |
Provides access to a UI number field's properties.
|
getset |
The number field value.
The current value of this number field.
Implemented in SmashHammer.UI.NumberField.
|
getset |
Is the number field restricted to whole numbers?
true
if this number field should only allow integer values; otherwise, false
.
Implemented in SmashHammer.UI.NumberField.