Panel.GetTable
From GMod Wiki
Function | |
Syntax | Panel:GetTable( ) |
Description: | |
Gets the panels table. | |
Returns: | Table |
In Object: | Panel |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Panel.GetTable]Panel.GetTable [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Prints the panel's table to the console. |
---|---|
Used on | |
Code | PrintTable( Panel:GetTable() ) |
Output | N/A |