CheckBox: Difference between revisions

From Crumbled World Wiki
(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() | |- |}")
 
(No difference)

Latest revision as of 13:40, 5 July 2025

CheckBoxExampleCode

Inheritance

Panel

Constructor

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

Functions

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