Difference between revisions of "Body:isFrozen"

(oldin notice.)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
+
{{oldin|[[0.8.0]]|080|type=method}}
 
Get the frozen status of the body.
 
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]].
+
A body becomes frozen when it goes outside the world boundary. A frozen body is no longer changed by [[World:update]].
  
 
== Function ==
 
== Function ==
Line 13: Line 13:
 
=== 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]]
 
[[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 ==
 +
{{i18n|Body:isFrozen}}

Latest revision as of 18:55, 16 May 2012

Removed in LÖVE 0.8.0
This method is not supported in that and later versions.

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