Call of Duty Script Documentation
setconvergencetime(<convergence time>, <type>)
ModuleTurret
Summary
Sets the time that a turret takes to converge to its target, on either the pitch or yay planes.
Call this function on
<turret> A turret entity
Example
roof_mg42 setconvergencetime(2.0, "yaw");
Minimum Number of arguments: 1
1 : <convergence time> The time that the turret takes to converge in seconds
Number of optional arguments: 1
1 : <type> the type of convergence. Can be either 'pitch' or 'yaw'. If not set then the default is 'yaw'
Return to Function List