DisableEntityBody()

Syntax

DisableEntityBody(#Entity, Disable)
Description
Disable an entity body. The physic engine doesn't affect the entity anymore when an entity body is disabled.

Parameters

#Entity The entity to disable.
Disable If set to #True, the entity body is disabled. If set to #False the body is enabled.

Return value

None.

Supported OS

All

<- DetachEntityObject() - Entity Index - EnableManualEntityBoneControl() ->