hook.GetTable
From GMod Wiki
Revision as of 14:05, 22 October 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax |
hook.GetTable( ) Where is this used? |
Description: | |
Returns the whole table of hooks. | |
Returns: | Table |
Part of Library: | Hook |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Hook.GetTable]Hook.GetTable [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Prints the clientside hooks |
---|---|
Used on | |
Code | PrintTable( hook.GetTable() ) |
Output | N/A |