Garry's Mod Wiki

Revision Difference

ImageCheckBox:Set#552373

<function name="Set" parent="ImageCheckBox" type="panelfunc"> <ispanel>yes</ispanel> <description> Sets the checked state of the checkbox. Checked state can be obtained by <page>ImageCheckBox</page>.State. </description> <file line="18">lua/vgui/imagecheckbox.lua</file> <file line="32-L36">lua/vgui/imagecheckbox.lua</file> <realm>Client</realm> <args> <arg name="OnOff" type="boolean">true for checked, false otherwise</arg> </args> </function>