Difference between revisions of "Body:getAllowSleeping"

m (included link to other languages)
Line 1: Line 1:
{{newin|[[0.7.0]]}}
+
{{newin|[[0.7.0]]|070|type=function}}
 
Return whether a body is allowed to sleep.
 
Return whether a body is allowed to sleep.
  

Revision as of 10:39, 25 March 2011

Available since LÖVE 0.7.0
This function is not supported in earlier versions.

Return whether a body is allowed to sleep.

A sleeping body is much more efficient to simulate than when awake.

Function

Synopsis

status = Body:getAllowSleeping( )

Arguments

None.

Returns

boolean status
True when the body is allowed to sleep.

See Also

Other Languages