Difference between revisions of "Body:setSleepingAllowed"

(Added Body:setSleepingAllowed.)
 
(Notes on sleeping bodies and simulations)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{newin|[[0.8.0]]|type=method}}
+
{{newin|[[0.8.0]]|080|type=method}}
Sets the sleeping behaviour of the body.
+
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 ==
 
== Function ==

Latest revision as of 15:00, 28 June 2015

Available since LÖVE 0.8.0
This method is not supported in earlier versions.

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

Body:setSleepingAllowed( allowed )

Arguments

boolean allowed
True if the body is allowed to sleep or false if not.

Returns

Nothing.

See Also


Other Languages