Difference between revisions of "Body:putToSleep"

m ('wakeup' is a noun)
m (included link to other languages)
Line 15: Line 15:
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
 +
 
== See Also ==
 
== See Also ==
 
* [[parent::Body]]
 
* [[parent::Body]]
Line 20: Line 21:
 
{{#set:Description=Put the body to sleep.
 
{{#set:Description=Put the body to sleep.
 
}}
 
}}
 +
 +
== Other Languages ==
 +
{{i18n|Body:putToSleep}}

Revision as of 08:36, 29 January 2011

Put the body to sleep.

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


The body will wake up if another body collides with it, if a joint or contact attached to it is destroyed, or if Body:wakeUp is called.

Function

Synopsis

Body:putToSleep( )

Arguments

None.

Returns

Nothing.

See Also


Other Languages