Panel.Init
From GMod Wiki
(Redirected from DPanelList.Init)
Event Hook | |
Hook Name | Init |
Syntax | PANEL:Init( ) |
Description | Called directly after the panel is created with vgui.Create. For use in Custom VGUI panels. |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=Panel.Init]Panel.Init [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- This function should be used to initialize the children of the panel.