Call of Duty Script Documentation
joltbody(<jolt position>, <intensity>, <speedFrac>, <deceleration>)
ModuleVehicles
Summary
Jolts the vehicle.
Call this function on
a vehicle
Example
self joltbody((self.origin + (0,0,64)),.5);
Minimum Number of arguments: 2
1 : <jolt position> The position of the jolt
2 : <intensity> The intensity of the jolt
Number of optional arguments: 2
1 : <speedFrac> A speed fraction to apply to the jolt. Most be betweeon 0 and 1.
2 : <deceleration> The deceleration to apply to this vehicle in miles per hour per second.
Return to Function List