getTurretLimits: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 24: | Line 24: | ||
* overridden: [[Boolean]] - if custom limits were applied | * overridden: [[Boolean]] - if custom limits were applied | ||
|x1= <sqf> | |x1= <sqf> | ||
private _turretLimits = m2 getTurretLimits [0]; | |||
_turretLimits params ["_minTurn", "_maxTurn", "_minElev", "_maxElev", "_overridden"]; | |||
</sqf> | |||
|seealso= [[setTurretLimits]] [[setTurretOpticsMode]] [[turretLocal]] [[selectWeaponTurret]] | |seealso= [[setTurretLimits]] [[setTurretOpticsMode]] [[turretLocal]] [[selectWeaponTurret]] | ||
}} | }} |
Revision as of 12:03, 2 February 2023
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:
Examples
- Example 1:
Additional Information
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