Garry's Mod Wiki

derma.Controls

  table derma.Controls

Description

This is NOT a function, it's a variable containing all derma controls, registered with derma.DefineControl.

Use derma.GetControlList to retrieve this list.

It's a list of tables, each having 3 keys, all from derma.DefineControl arguments:

  • string ClassName - The class name of the panel
  • string Description - The description of the panel
  • string BaseClass - The base class of the panel

Returns

1 table
The list of all registered derma controls.