{{newin|[[0.8.0]]|080|type=method}}
Sets the sleeping behaviour of the body. Should sleeping be allowed, a body at rest will automatically sleep. A sleeping body is not simulated unless it collided with an awake body. Be wary that one can end up with a situation like a floating sleeping body if the floor was removed.

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