Difference between revisions of "Body:applyForce"

 
m (1 revision: Imported docs from potato.)
(No difference)

Revision as of 15:54, 14 February 2010


Function

Synopsis

Body:applyForce( fx, fy, x, y )

Arguments

number fx
The x component of force to apply.
number fy
The y component of force to apply.
number x
The x position to apply the force.
number y
The y position to apply the force.

Returns

Nothing.

See Also