CheckBox

From Crumbled World Wiki
Revision as of 13:40, 5 July 2025 by Anders (talk | contribs) (Created page with "{{:CheckBoxExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |CheckBox(PanelSize size) | |- |CheckBox(PanelSize size, bool selected) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setSelected(bool selected) | |- |bool |getSelected() | |- |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

CheckBoxExampleCode

Inheritance

Panel

Constructor

function description
CheckBox(PanelSize size)
CheckBox(PanelSize size, bool selected)

Functions

return function description
setSelected(bool selected)
bool getSelected()