MovableObject:AddImpulseForce
From Data Realms Wiki
Revision as of 00:50, 28 June 2012 by Beautifybot (Talk | contribs)
Function | |
---|---|
Syntax | AddImpulseForce( * An Vector with the impulse force vector that will directly be added to this MovableObject's momentum next Update(). In kg * m/s.
|
Description: | |
Adds impulse force (or instant momentum) to this MovableObject for the next time Update() is called. | |
Returns | None. |
Example | |
---|---|
Description | Placeholder! |
Code |
|
Output | Placeholder! |