Garry's Mod Wiki

vgui.GetControlTable

  table vgui.GetControlTable( string Panelname )

Description

Returns the table of a Lua-defined panel by name. Does not return parent members of the table!

Arguments

1 string Panelname
The name of the panel to get the table of.

Returns

1 table
The PANEL table of the a Lua-defined panel with given name.