ENT.PhysicsUpdate
From GMod Wiki
Event Hook | |
Hook Name | PhysicsUpdate |
Syntax | ENT:PhysicsUpdate( Physobj phys ) |
Description | Called when the physics is updated on the SEnt. (Probably called every frame that the entity is awake.) |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=ENT.PhysicsUpdate]ENT.PhysicsUpdate [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- If the entity is asleep this probably won't be called.
- This is almost like a think function for the entity's Physobj .