Call of Duty Script Documentation
resumespeed(<acceleration>)
ModuleVehicles
Summary
Sets the vehicle to resume its path speed.
Call this function on
a vehicle
Example
level.tank resumespeed(3);
Minimum Number of arguments: 1
1 : <acceleration> The acceleration to apply to this vehicle in miles per hour per second.
Number of optional arguments: 0
Return to Function List