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

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

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