Entity DestroyPhysics
From CryWiki
entity:DestroyPhysics()
Description
Destroys all physics properties of the entity, the entity will no longer be physical.
Example
|
| |
|---|---|
| |
Notes
To set the physics properties of the entity, check out the Physicalize and SetPhysicParams functions.
To temporarely disable the physics, it's better to use EnablePhysics.
