A ChangeVelocity

From ECWolf Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.