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