setTurretLimits

From Bohemia Interactive Community
Revision as of 14:30, 11 January 2023 by Killzone Kid (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Sets the rotation and elevation limits for the given turret. The limits can only be set within the limits defined in config and cannot exceed them. To reset to config defaults pass the turret argument only (Example 2).
Groups:
Turrets

Syntax

Syntax:
vehicle setTurretLimits [turret, minTurn, maxTurn, minElev, maxElev]
Parameters:
vehicle: Object vehicle the turret belongs to
turret: Array - turret path
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)
Return Value:
Nothing

Examples

Example 1:
m2 setTurretLimits [[0], -45, 45, -10, 10];
Example 2:
m2 setTurretLimits [[0]]; //reset

Additional Information

See also:
getTurretLimits 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