Derma
From GMod Wiki
Derma is an extensively modifiable system of vgui panels and elements that allow for easy creation of a gui in Garry's Mod. Its usage of editable skins and extensive array of functions can allow for scripters to create practically anything in the way of GUI. From basic information panels to advanced administrative mods, Derma has found a large usage throughout the world of scripting. For more information on using derma, see these links:
- Guide to Derma - Most comprehensive guide to Derma
- Derma Tutorial Series - Basic tutorial on how to use Derma
- Derma VGUI Example - An example of using Derma to create a GUI
- DermaDesigner - C# IDE for Derma
This page describes the clientside derma library which deals with the way your derma controls will look.
Library Functions
derma.Color
derma.DefineControl
derma.DefineSkin
derma.GetControlList
derma.GetDefaultSkin
derma.GetNamedSkin
derma.GetSkinTable
derma.RefreshSkins
derma.SkinChangeIndex
derma.SkinHook
derma.SkinTexture