Difference between revisions of "Body:isFrozen"

m (clarification of frozen body definition.)
m (included link to other languages)
Line 12: Line 12:
 
=== Returns ===
 
=== Returns ===
 
{{param|boolean|status|The frozen status of the body.}}
 
{{param|boolean|status|The frozen status of the body.}}
 +
 
== See Also ==
 
== See Also ==
 
* [[parent::Body]]
 
* [[parent::Body]]
Line 17: Line 18:
 
{{#set:Description=Get the frozen status of the body.
 
{{#set:Description=Get the frozen status of the body.
 
}}
 
}}
 +
 +
== Other Languages ==
 +
{{i18n|Body:isFrozen}}

Revision as of 08:26, 29 January 2011

Get the frozen status of the body.

A body becomes frozen when it goes outside the world boundary. A frozen body 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


Other Languages