Difference between revisions of "Body:isFrozen"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 +
Get the frozen status of the body.
 +
 +
A body becomes frozen when it hits the world boundary, and is no longer changed by [[World:update]].
  
 
== Function ==
 
== Function ==
Line 13: Line 16:
 
* [[parent::Body]]
 
* [[parent::Body]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Get the frozen status of the body.
 +
}}

Revision as of 16:17, 14 February 2010

Get the frozen status of the body.

A body becomes frozen when it hits the world boundary, and is no longer changed by World:update.

Function

Synopsis

status = Body:isFrozen( )

Arguments

None.

Returns

boolean status
The frozen status of the body.

See Also