Derma.GetSkinTable

From GMod Wiki

Jump to: navigation, search
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: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Derma.GetSkinTable]Derma.GetSkinTable [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionPut this in your console to see all of the values.
Used onNewerClient.png
Code
 
lua_run_cl PrintTable( derma.GetSkinTable() )
 
OutputA lot of table information.
Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox