DTree.ShowIcons
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.ShowIcons]DTree.ShowIcons [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Returns the boolean GetShowIcons. |
|---|---|
| Used on | |
| Code | DTree:ShowIcons(true) print(DTree:GetShowIcons()) |
| Output | Returns "true" in the console. |