A ChangeVelocity

From ECWolf Wiki

A_ChangeVelocity (float x, float y, float z[, int flags])

Adds a given velocity vector to a projectile. Flags may be:

  • CVF_RELATIVE - Specifies velocities relative to the direction of travel.
  • CVF_REPLACE - Set the absolute velocity instead of relative.