Derma.GetSkinTable
From GMod Wiki
Function | |
Syntax |
GetSkinTable( ) Where is this used? |
Description: | |
Gets a table of all installed derma skins with their properties. | |
Returns: | Table |
Part of Library: | Derma |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Derma.GetSkinTable]Derma.GetSkinTable [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Put this in your console to see all of the values. |
---|---|
Used on | |
Code | lua_run_cl PrintTable( derma.GetSkinTable() ) |
Output | A lot of table information. |