vgui.GetWorldPanel
From GMod Wiki
| Function | |
| Syntax |
vgui.GetWorldPanel( ) Where is this used? |
| Description: | |
| Returns the GModBase panel. | |
| Returns: | Panel |
| Part of Library: | vgui |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Vgui.GetWorldPanel]Vgui.GetWorldPanel [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | N/A | ||
|---|---|---|---|
| Used on | |||
| Code |
| ||
| Output | N/A |
Additional Notes
- Panels created with vgui.Create are parented to this panel by default.
- You can change the cursor for the gui.EnableScreenClicker using this function(vgui.GetWorldPanel():SetCursor()).
