Function
Fast
Actor:AddImpulse
Add an impulse to this Actor. Good for one time instant burst
Syntax
my_actor:AddImpulse(impulse, velocity_change = false)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
impulse
|
Vector | — | Magnitude and direction of impulse to apply |
velocity_change
optional
|
boolean | false |
Whether to ignore mass |