G.BuildNetworkedVarsTable
From GMod Wiki
| Function | |
| Syntax |
BuildNetworkedVarsTable( ) Where is this used? |
| Description: | |
| Dumps all networked vars into a table. | |
| Returns: | Table |
| Part of Library: | Global Functions |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.BuildNetworkedVarsTable]G.BuildNetworkedVarsTable [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Lua
| Description | Dumps all networked vars into a table. |
|---|---|
| Used on | |
| Code | PrintTable(BuildNetworkedVarsTable()) |
| Output | Table of Variables. |