DCheckBoxLabel.SetChecked
From GMod Wiki
Function | |
Syntax | DCheckBoxLabel:SetChecked( Boolean Boolean ) |
Description: | |
Checked the Panel. | |
Returns: | nil |
In Object: | DCheckBoxLabel |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DCheckBoxLabel.SetChecked]DCheckBoxLabel.SetChecked [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Checked a myPanel |
---|---|
Used on | |
Code | myPanel:SetChecked( true ) |
Output | N/A |