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