Difference between revisions of "Body:getAllowSleeping"

(Added new function)
 
m (included link to other languages)
Line 18: Line 18:
 
{{#set:Description=Return whether a body is allowed to sleep.
 
{{#set:Description=Return whether a body is allowed to sleep.
 
}}
 
}}
 +
== Other Languages ==
 +
{{i18n|Body:getAllowSleeping}}

Revision as of 07:30, 25 January 2011

Available since LÖVE 0.7.0
It 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