Call of Duty Script Documentation
setspeed( <speed>, <acceleration> )
ModuleVehicles
Summary
Sets the speed for this vehicle.
Call this function on
a vehicle
Example
self setspeed(8,25);
Minimum Number of arguments: 2
1 : <speed> The speed of the vehicle in miles per hour
2 : <acceleration> The acceleration of the vehicle in miles per hour per second
Number of optional arguments: 0
Return to Function List