Difference between revisions of "World:update"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Update the state of the world.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::World]]
 
* [[parent::World]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Update the state of the world.}}

Revision as of 16:17, 14 February 2010

Update the state of the world.

Function

Synopsis

World:update( dt )

Arguments

number dt
The time (in seconds) to advance the physics simulation.

Returns

Nothing.

See Also