Call of Duty 4: Scripting Reference - Vehicles::VehForceMaterialSpeed
From Mods Repository Wiki
VehForceMaterialSpeed( <true/false>, <speed> )
Module: Vehicles
SP Only
Summary:
Force treads to scroll as if the vehicle was moving at the given speed.
Call this on: a vehicle
Example:
VehForceMaterialSpeed( true, 1000 ); VehForceMaterialSpeed( false );
Required arguments:
- (bool) force scrolling
Optional arguments:
- scroll speed
Notes:
- none