magazinesTurret: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "\{\{Feature *\| *Informative *\| ([^↵]+) *\}\}" to "{{Feature|informative|$1}}") |
||
(42 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma2oa | | |game1= arma2oa | ||
|version1= 1.52 | |||
|1. | |game2= tkoh | ||
|version2= 1.00 | |||
| | |game3= arma3 | ||
|version3= 0.50 | |||
| | |arg= global | ||
| | |gr1= Turrets | ||
| | |descr= Returns all magazines of given turret. Use turret path [-1] for driver's turret. Alternatively, use [[magazinesAllTurrets]]. | ||
{{Feature|informative|When main syntax is used, command excludes empty magazines for driver turret [-1] but returns empty magazines for all the other turrets.}} | |||
| | |s1= vehicle [[magazinesTurret]] turretPath | ||
| | |p1= vehicle: [[Object]] | ||
| [[Array]] | |p2= turretPath: [[Array]] format [[Turret Path]] | ||
| | |r1= [[Array]] of [[String]]s | ||
| | |s2= vehicle [[magazinesTurret]] [turretPath, includeEmpty] | ||
| | |s2since= arma3 2.02 | ||
| | |p21= vehicle: [[Object]] | ||
| | |p22= turretPath: [[Array]] format [[Turret Path]] | ||
| | |p23= includeEmpty: [[Boolean]] - (Optional, default [[true]]) - [[true]] = include empty magazines (behaviour as the primary syntax, but consistent), [[false]] = exclude empty magazines | ||
| [[ | |r2= [[Array]] of [[String]]s | ||
|x1= <sqf>_mags = vehicle player magazinesTurret [0, 0];</sqf> | |||
|x2= <sqf>_mags = _tank magazinesTurret [0];</sqf> | |||
</ | |||
|seealso= [[magazinesAllTurrets]] [[addMagazineTurret]] [[removeMagazinesTurret]] [[removeMagazineTurret]] [[weaponsTurret]] [[loadMagazine]] [[magazines]] [[magazinesDetail]] [[magazinesAmmo]] [[magazinesAmmoFull]] [[addWeaponTurret]] [[removeWeaponTurret]] [[turretLocal]] | |||
}} | |||
Latest revision as of 18:11, 15 March 2024
Description
- Description:
- Returns all magazines of given turret. Use turret path [-1] for driver's turret. Alternatively, use magazinesAllTurrets.
- Groups:
- Turrets
Syntax
- Syntax:
- vehicle magazinesTurret turretPath
- Parameters:
- vehicle: Object
- turretPath: Array format Turret Path
- Return Value:
- Array of Strings
Alternative Syntax
- Syntax:
- vehicle magazinesTurret [turretPath, includeEmpty]
- Parameters:
- vehicle: Object
- turretPath: Array format Turret Path
- includeEmpty: Boolean - (Optional, default true) - true = include empty magazines (behaviour as the primary syntax, but consistent), false = exclude empty magazines
- Return Value:
- Array of Strings
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- magazinesAllTurrets addMagazineTurret removeMagazinesTurret removeMagazineTurret weaponsTurret loadMagazine magazines magazinesDetail magazinesAmmo magazinesAmmoFull addWeaponTurret removeWeaponTurret turretLocal
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