MovableObject:AddAbsImpulseForce
From Data Realms Wiki
Function | |
---|---|
Syntax | AddAbsImpulseForce( * 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! |