{{newin|[[0.8.0]]|080|type=method}}
Returns the sleep status of the body.

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