Difference between revisions of "Body:isDynamic"

m
Line 2: Line 2:
  
 
A static body has no mass and a constant position. It will not react to collisions. Often used for walls.
 
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.
 
A dynamic body has mass and can move. It will react to collisions when the world is updated.

Revision as of 14:34, 10 April 2012

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.

Function

Synopsis

status = Body:isDynamic( )

Arguments

None.

Returns

boolean status
The dynamic status of the body.

See Also


Other Languages