derma.GetControlList
From GMod Wiki
Function | |
Syntax |
derma.GetControlList( ) Where is this used? |
Description: | |
Retrieves table with available Derma controls | |
Returns: | Table |
Part of Library: | Derma |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Derma.GetControlList]Derma.GetControlList [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Print all the available derma controls. |
---|---|
Used on | |
Code | PrintTable(derma.GetControlList()) |
Output | N/A |