Entity.NextThink
From GMod Wiki
Revision as of 21:22, 1 May 2011 by Python1320 (Talk | contribs)
Function | |
Syntax | Entity:NextThink( Integer timestamp ) |
Description: | |
In the case of a scripted entity, this will cause the entity's next "OnThink" event to be run at the time given. | |
Returns: | nil |
In Object: | Entity |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.NextThink]Entity.NextThink [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional notes
- Does not work clientside (regardless of return value)!