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