![]() |
GearBlocks
The GearBlocks Lua scripting API
|
Provides access to a UI toggle's properties. More...
Properties | |
bool | Value [get, set] |
The toggle value. | |
Events | |
ValueChangedHandler | OnChanged |
Event that is raised when the toggle value is changed. | |
Provides access to a UI toggle's properties.
|
getset |
The toggle value.
true
if this toggle is checked; otherwise, false
.
Implemented in SmashHammer.UI.LabelledToggle, and SmashHammer.UI.Toggle.