iguicheckbox
Contents
| Name | Description |
|---|---|
| ischecked( ) | Is the checkbox checked. |
| setchecked( set ) | Set the state of the checkbox. |
ischecked( )
Is the checkbox checked.
Returns
-
Is this checkbox checked?
Defined at client/lua_api/gui/iguicheckbox.cpp:63
setchecked( boolean set )
Set the state of the checkbox.
Parameters
-
set (boolean)
Should this checkbox be checked? (false to uncheck)
Defined at client/lua_api/gui/iguicheckbox.cpp:78