currentMagazine: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|gr1= Unit Inventory | |gr1= Unit Inventory | ||
|gr2= Vehicle Inventory | |gr2= Vehicle Inventory | ||
| Returns class name of currently loaded vehicle's / unit's magazine. | | Returns class name of currently loaded vehicle's / unit's magazine. | ||
| '''currentMagazine''' vehicle | | '''currentMagazine''' vehicle | ||
|p1= vehicle: [[Object]] - unit or vehicle | |p1= vehicle: [[Object]] - unit or vehicle | ||
|p2 | |p2= | ||
|p3 | |p3= | ||
| [[String]] | | [[String]] | ||
|x1= <code>_magazineClass = [[currentMagazine]] [[player]];//Example: "30Rnd_545x39_AK"</code> | |x1= <code>_magazineClass = [[currentMagazine]] [[player]];//Example: "30Rnd_545x39_AK"</code> | ||
| [[magazines]], [[currentMagazineDetail]], [[currentWeapon]], [[currentMuzzle]], [[currentVisionMode]], [[currentWeaponMode]], [[currentZeroing]], [[magazinesTurret]], [[weaponsTurret]] | | [[magazines]], [[currentMagazineDetail]], [[currentWeapon]], [[currentMuzzle]], [[currentVisionMode]], [[currentWeaponMode]], [[currentZeroing]], [[magazinesTurret]], [[weaponsTurret]] | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 00:30, 18 January 2021
Description
- Description:
- Returns class name of currently loaded vehicle's / unit's magazine.
- Groups:
- Unit InventoryVehicle Inventory
Syntax
Examples
- Example 1:
_magazineClass = currentMagazine player;//Example: "30Rnd_545x39_AK"
Additional Information
- See also:
- magazinescurrentMagazineDetailcurrentWeaponcurrentMuzzlecurrentVisionModecurrentWeaponModecurrentZeroingmagazinesTurretweaponsTurret
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
Notes
- Posted on October 4, 2010
- kju
- See notes of currentWeapon.