Panel.SetName
From GMod Wiki
Function | |
Syntax | Panel:SetName( String targetname ) |
Description: | |
Sets the targetname of the control. | |
Returns: | nil |
In Object: | Panel |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Panel.SetName]Panel.SetName [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- Alternatively, this can be done automatically in vgui.Create by giving it as the third argument.