handgunMagazine: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game version" to "|Game version=") |
Lou Montana (talk | contribs) m (Text replacement - "|= Game name" to "|Game name=") |
||
Line 4: | Line 4: | ||
________________ | ________________ | ||
| arma3 | | | arma3 |Game name= | ||
|0.70|Game version= | |0.70|Game version= | ||
|arg= global|Multiplayer Arguments= | |arg= global|Multiplayer Arguments= |
Revision as of 20:33, 31 August 2019
Description
- Description:
- Returns either single element array, containing class name of currently loaded in the handgun magazine, or an empty array if unit has no handgun or handgun is not loaded. This command is used for infantry weapons only.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
hint handgunMagazine player; //["16Rnd_9x21_Mag"]
- Example 2:
_array = handgunMagazine player; if (count _array > 0) then { hint ("Handgun is loaded with " + (_array select 0) + "!"); } else { if (handgunWeapon player != "") then { hint "Handgun is not loaded!"; } else { hint "Player doesn't have a handgun!"; }; };
Additional Information
- See also:
- handgunWeaponhandgunItemsaddHandgunItemremoveHandgunItemremoveAllHandgunItemsprimaryWeaponMagazinesecondaryWeaponMagazine
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