Difference between revisions of "A ChangeVelocity"
From ECWolf Wiki
 (Created page with "'''A_ChangeVelocity''' (float ''x'', float ''y'', float ''z''[, int ''flags''])  Adds a given velocity vector to a projectile. Flags may be: * '''CVF_RELATIVE''' - Specifies v...")  | 
			
(No difference) 
 | 
Latest revision as of 19:22, 7 November 2014
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.