{{newin|[[0.8.0]]|080|type=method}}
Returns whether the body is actively used in the simulation.

== Function ==
=== Synopsis ===
<source lang="lua">
status = Body:isActive( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|status|True if the body is active or false if not.}}
== See Also ==
* [[parent::Body]]
[[Category:Functions]]
{{#set:Description=Returns whether the body is actively used in the simulation.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|Body:isActive}}