HolyLib Wiki

Simulate

  IPhysicsEnvironment:Simulate( number deltaTime, boolean onlyEntities = false )

Description

Simulates the given delta time in the environment.
If onlyEntities is set, it will only update the Entities, without simulating the physics environment.

Arguments

1number deltaTime
2boolean onlyEntities = false