magazineTurretAmmo: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|=GROUP2" to "|GROUP2=") |
Lou Montana (talk | contribs) m (Text replacement - "Samatra" to "Sa-Matra") |
||
(32 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.34 | |||
| | |gr2= Turrets | ||
| | |descr= Returns ammo count of given magazine from given turret (see [[setMagazineTurretAmmo]] for more info) | ||
|s1= vehicle [[magazineTurretAmmo]] [magazineClass, turretPath] | |||
| | |p1= vehicle: [[Object]] | ||
| | |p2= magazineClass: [[String]] | ||
| | |p3= turretPath: [[Array]] format [[Turret Path]]. [-1] for driver turret is supported | ||
| | |r1= [[Number]] | ||
| [[ | |x1= <sqf>vehicle player magazineTurretAmmo ["cls", [0]];</sqf> | ||
|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.