DTree.GetIndentSize
From GMod Wiki
Function | |
Syntax | DTree:GetIndentSize( ) |
Description: | |
Returns Indent Size. | |
Returns: | integer |
In Object: | DTree |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DTree.GetIndentSize]DTree.GetIndentSize [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Returns Indent Size of DTree. |
---|---|
Used on | |
Code | local DTree= vgui.Create( "DTree" ) DTree:SetIndentSize(14) print(DTree:GetIndentSize()) |
Output | Returns "14" in the console. |