Difference between revisions of "Body:putToSleep"

m (included link to other languages)
Line 19: Line 19:
 
* [[parent::Body]]
 
* [[parent::Body]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Put the body to sleep.
+
{{#set:Description=Put the body to sleep.}}
}}
+
{{#set:Since=000}}
  
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Body:putToSleep}}
 
{{i18n|Body:putToSleep}}

Revision as of 10:43, 25 March 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