DTree Node.ShowIcons
From GMod Wiki
Function | |
Syntax | DTree_Node:ShowIcons( ) |
Description: | |
Returns Boolean Show Icons. | |
Returns: | Boolean |
In Object: | DTree_Node |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DTree Node.ShowIcons]DTree Node.ShowIcons [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Returns the boolean GetShowIcons. |
---|---|
Used on | |
Code | DTree_Node:ShowIcons(true) print(DTree_Node:GetShowIcons()) |
Output | Returns "true" in the console. |