Body:putToSleep

Removed in LÖVE 0.8.0
This method is not supported in that and later versions.

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