DTree.GetIndentSize

From GMod Wiki

Jump to: navigation, search
Function
Syntax DTree:GetIndentSize( )
Description:
Returns Indent Size.
Returns: integer
In Object: DTree
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=DTree.GetIndentSize]DTree.GetIndentSize [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionReturns Indent Size of DTree.
Used onNewerClient.png
Code
local DTree= vgui.Create( "DTree" )
DTree:SetIndentSize(14)
print(DTree:GetIndentSize())
OutputReturns "14" in the console.


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox