Garry's Mod Wiki

Revision Difference

DCheckBox:IsEditing#562220

<function name="IsEditing" parent="DCheckBox" type="panelfunc"> <description>Returns whether the state of the checkbox is being edited. This means whether the user is currently clicking (mouse-down) on the checkbox, and applies to both the left and right mouse buttons.</description> <realm>Client and Menu</realm> <file line="19-L21">lua/vgui/dcheckbox.lua</file>⤶ <rets> <ret name="" type="boolean">Whether the checkbox is being clicked.</ret> </rets> </function>