BaseItem.physics.apply_impulse_local method

apply_impulse_local(self, local_origin: Vector3, impulse: Vector3) -> None:

Pushes this item with the defined impulse relative to its forward direction for this frame.

Parameters

  • local_origin: Vector3

    origin of the impulse relative to item forward direction.

  • impulse: Vector3

    direction & force of the impulse.