Main Page
Manuals
Lua Docs
Getting Started
Tutorials
About
FAQ
Info
Screenshots
Videos
Return to Main Docs Page
vgui.Panel
Creates clear vgui panel.
Panel
vgui
.
Panel
(
Panel
parent,
string
panelName,
HScheme
scheme
)
Arguments:
1)
Panel
parent
Parent of the panel.
2)
string
panelName
Name of the panel.
3)
HScheme
scheme
Set default scheme for panel.
Returns:
1)
Panel