Garry's Mod Wiki

Panel:GetClassName

  string Panel:GetClassName()

Description

Returns the class name of the panel. This would be the class name of the base engine-level panel, not Lua classname. The latter is stored usually in Panel:GetName.

Returns

1 string
The panel's class name.