DCheckBoxLabel.GetIndent
From GMod Wiki
Function | |
Syntax | DCheckBoxLabel:GetIndent( ) |
Description: | |
Returns indent. | |
Returns: | Integer |
In Object: | DCheckBoxLabel |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DCheckBoxLabel.GetIndent]DCheckBoxLabel.GetIndent [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Gets a indent. |
---|---|
Used on | |
Code | DCheckBoxLabel:SetIndent(5) print(DCheckBoxLabel:GetIndent()) |
Output | Returns "5" in the console. |