Difference between revisions of "Body:getAllowSleeping"

(Added new function)
 
m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{newin|[[0.7.0]]}}
+
{{newinoldin|[[0.7.0]]|070|[[0.8.0]]|080|type=method}}
 
Return whether a body is allowed to sleep.
 
Return whether a body is allowed to sleep.
  
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}}

Latest revision as of 02:31, 15 October 2016

Available since LÖVE 0.7.0 and removed in LÖVE 0.8.0
This method is not supported in earlier or later 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