EnableWorldPhysics()
Syntax
EnableWorldPhysics(State)Description
Enable or disable the physics engine in the world. If 'State' is 0, the physics engine will be disabled (default), else the physics engine is applied to all the entities which have a body set with EntityPhysicBody(). Collisions can be enabled with ExamineWorldCollisions().
Supported OS
All