Body:setSleepingAllowed

Available since LÖVE 0.8.0
This method is not supported in earlier versions.

Sets the sleeping behaviour of the body.

Function

Synopsis

Body:setSleepingAllowed( allowed )

Arguments

boolean allowed
True if the body is allowed to sleep or false if not.

Returns

Nothing.

See Also


Other Languages