DCheckBox.OnChange
From GMod Wiki
Event Hook | |
Hook Name | OnChange |
Syntax | PANEL:OnChange( ) |
Description | Called when the Change. |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=DCheckBox.OnChange]DCheckBox.OnChange [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Called when the Change. |
---|---|
Used on | |
Code | function PANEL.OnChange() print("hello") end |
Output | Returns "hello" in the console. |