Function
Body:isDynamic( )
Get the dynamic status of the body.

A static body has no mass and a constant position. It will not react to collisions. Often used for walls.

A dynamic body has mass and can move. It will react to collisions when the world is updated.

Synopsis
status = Body:isDynamic( )
Returns
status boolean The dynamic status of the body.
Copyright © 2006-2010 LÖVE Development Team.