{{oldin|[[0.8.0]]|080|type=method}}
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 ===
<source lang="lua">
status = Body:isStatic( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|status|The static status of the body.}}

== See Also ==
* [[parent::Body]]
[[Category:Functions]]
{{#set:Description=Get the static status of the body.}}
{{#set:Since=000}}

== Other Languages ==
{{i18n|Body:isStatic}}