getTurretLimits: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |arg= global |descr= Returns the rotation and elevation limits for the given turret. |gr1= Turrets |s1= vehicle getTurre...")
 
No edit summary
Line 12: Line 12:
|s1= vehicle [[getTurretLimits]] turret
|s1= vehicle [[getTurretLimits]] turret


|p1= vehicle: [[Object]] vehicle the turret belongs to
|p1= vehicle: [[Object]] - vehicle the turret belongs to


|p2= turret: [[Array]] - turret path
|p2= turret: [[Array]] - turret path

Revision as of 11:54, 12 January 2023

Hover & click on the images for description

Description

Description:
Returns the rotation and elevation limits for the given turret.
Groups:
Turrets

Syntax

Syntax:
vehicle getTurretLimits turret
Parameters:
vehicle: Object - vehicle the turret belongs to
turret: Array - turret path
Return Value:
Array in format [minTurn, maxTurn, minElev, maxElev, overridden], where:
  • minTurn: Number - from 0 to -angle in degrees (left)
  • maxTurn: Number - from 0 to +angle in degrees (right)
  • minElev: Number - from 0 to -angle in degrees (down)
  • maxElev: Number - from 0 to +angle in degrees (up)
  • overridden: Boolean - if custom limits were applied

Examples

Example 1:
_limits = m2 getTurretLimits [0];

Additional Information

See also:
setTurretLimits setTurretOpticsMode turretLocal selectWeaponTurret

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note