Difference between revisions of "Body:isFrozen"

m (included link to other languages)
Line 16: Line 16:
 
* [[parent::Body]]
 
* [[parent::Body]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Get the frozen status of the body.
+
{{#set:Description=Get the frozen status of the body.}}
}}
+
{{#set:Since=000}}
  
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Body:isFrozen}}
 
{{i18n|Body:isFrozen}}

Revision as of 10:42, 25 March 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