Call of Duty Script Documentation
getwheelsurface(<wheel>)
ModuleVehicles
Summary
Returns the surface type of the given wheel as a string.
Call this function on
a vehicle
Example
surface = self getwheelsurface(side);
Minimum Number of arguments: 1
1 : <wheel> The wheel position, can be 'front_left', 'front_right', 'back_left', 'back_right', 'middle_left', 'middle_right'
Number of optional arguments: 0
Return to Function List