Difference between revisions of "Body:getAllowSleeping"
(oldin notice.) |
|||
Line 1: | Line 1: | ||
− | {{newin|[[0.7.0]]|070|type= | + | {{newin|[[0.7.0]]|070|type=method}} |
+ | {{oldin|[[0.8.0]]|080|type=method}} | ||
Return whether a body is allowed to sleep. | Return whether a body is allowed to sleep. | ||
Revision as of 18:52, 16 May 2012
Available since LÖVE 0.7.0 |
This method is not supported in earlier versions. |
Removed in LÖVE 0.8.0 |
This method is not supported in that and 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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info