Difference between revisions of "Body:isStatic"

m (1 revision: Importing from potato (again).)
m (included link to other languages)
Line 1: Line 1:
 
 
Get the static status of the body.
 
Get the static status of the body.
  
Line 16: Line 15:
 
=== Returns ===
 
=== Returns ===
 
{{param|boolean|status|The static status of the body.}}
 
{{param|boolean|status|The static status of the body.}}
 +
 
== See Also ==
 
== See Also ==
 
* [[parent::Body]]
 
* [[parent::Body]]
Line 21: Line 21:
 
{{#set:Description=Get the static status of the body.
 
{{#set:Description=Get the static status of the body.
 
}}
 
}}
 +
 +
== Other Languages ==
 +
{{i18n|Body:isStatic}}

Revision as of 08:33, 29 January 2011

Get the static status of the body.

A static body has no mass and a constant position. It will not react to collisions. Often used for walls.


A dynamic body has mass and can move. It will react to collisions when the world is updated.

Function

Synopsis

status = Body:isStatic( )

Arguments

None.

Returns

boolean status
The static status of the body.

See Also


Other Languages