cleanup.GetTable
From GMod Wiki
Revision as of 20:21, 2 June 2011 by CmdrMatthew (Talk | contribs)
Function | |
Syntax |
cleanup.GetTable( none ) Where is this used? |
Description: | |
Gets all of the registered cleanups. | |
Returns: | Table cleanups |
Part of Library: | cleanup |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Cleanup.GetTable]Cleanup.GetTable [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Prints all of the registered cleanups. |
---|---|
Used on | |
Code | PrintTable(cleanup.GetTable()) |
Output | All of the registered cleanups. |