magazineTurretAmmo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style='display:none'>Notes</h3>" to "") |
Lou Montana (talk | contribs) m (Text replacement - "Samatra" to "Sa-Matra") |
||
(23 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 1.34 | |||
|gr2= Turrets | |gr2= Turrets | ||
| Returns ammo count of given | |descr= Returns ammo count of given magazine from given turret (see [[setMagazineTurretAmmo]] for more info) | ||
| vehicle [[magazineTurretAmmo]] [magazineClass, turretPath] | |s1= vehicle [[magazineTurretAmmo]] [magazineClass, turretPath] | ||
|p1= vehicle: [[Object]] | |p1= vehicle: [[Object]] | ||
|p2= [ | |p2= magazineClass: [[String]] | ||
|p3= turretPath: [[Array]] format [[Turret Path]]. [-1] for driver turret is supported | |||
| [[Number]] | |r1= [[Number]] | ||
|x1= < | |x1= <sqf>vehicle player magazineTurretAmmo ["cls", [0]];</sqf> | ||
| [[setMagazineTurretAmmo]] | |seealso= [[setMagazineTurretAmmo]] [[magazinesAllTurrets]] [[ammoOnPylon]] | ||
}} | }} | ||
{{Note | |||
|user= Sa-Matra | |||
|timestamp= 20240504113840 | |||
|text= Returns ammo for first magazine, not loaded magazine. | |||
}} | |||
Latest revision as of 20:58, 4 July 2024
Description
- Description:
- Returns ammo count of given magazine from given turret (see setMagazineTurretAmmo for more info)
- Groups:
- Turrets
Syntax
- Syntax:
- vehicle magazineTurretAmmo [magazineClass, turretPath]
- Parameters:
- vehicle: Object
- magazineClass: String
- turretPath: Array format Turret Path. [-1] for driver turret is supported
- Return Value:
- Number
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
- Posted on May 04, 2024 - 11:38 (UTC)
- Returns ammo for first magazine, not loaded magazine.