Entity.PhysWake
From GMod Wiki
| Function | |
| Syntax | Entity:PhysWake( ) |
| Description: | |
| Wakes up the entity's physics object. | |
| Returns: | nil |
| In Object: | Entity |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.PhysWake]Entity.PhysWake [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Unfreezes an entity (in a sent). |
|---|---|
| Used on | |
| Code | function ENT:Initialize( ) self:PhysWake() end |
| Output | N/A |
Additional Notes
- Acts similarly to PhysObj.Wake