Entity.GetTable
From GMod Wiki
Revision as of 04:35, 25 October 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax | Entity:GetTable( ) |
Description: | |
Retrieves the entity's table set with Entity:SetTable. In the case of scripted entities, this retrieves the 'ENT' table which holds all of the scripted entity's methods and what-not. | |
Returns: | Table |
In Object: | Entity |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.GetTable]Entity.GetTable [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- All entities have a table associated with them.