Update the state of the world.
== Function ==
=== Synopsis ===
<source lang="lua">
World:update( dt, velocityiterations, positioniterations )
</source>
=== Arguments ===
{{param|number|dt|The time (in seconds) to advance the physics simulation.}}
{{New feature|11.0|
{{param|number|velocityiterations (8)|The maximum number of steps used to determine the new velocities when resolving a collision.}}
{{param|number|positioniterations (3)|The maximum number of steps used to determine the new positions when resolving a collision.}}
|110}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::World]]
[[Category:Functions]]
{{#set:Description=Update the state of the world.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|World:update}}