SetConvergenceTime( <convergence time>, <type> )


Module: Turret
SP Only

Summary:

Sets the time that a turret takes to converge to its target, on either the pitch or yay planes.



Call this on:

<turret> A turret entity



Example:

roof_mg42 SetConvergenceTime( 2.0, "yaw" );



Required Args:

  • 1 : <convergence time> The time that the turret takes to converge in seconds


Optional Args

  • 1 : <type> the type of convergence. Can be either 'pitch' or 'yaw'. If not set then the default is 'yaw'