getMagazineCargo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ") |
||
Line 28: | Line 28: | ||
|x3= <code>[[hint]] [[str]] [[getMagazineCargo]] [[unitBackpack]] [[cursorTarget]];</code> | |x3= <code>[[hint]] [[str]] [[getMagazineCargo]] [[unitBackpack]] [[cursorTarget]];</code> | ||
|seealso= [[magazinesAmmoCargo]] [[magazineCargo]] [[addMagazineCargo]] [[addMagazineCargoGlobal]] [[clearMagazineCargo]] | |seealso= [[magazinesAmmoCargo]] [[magazineCargo]] [[addMagazineCargo]] [[addMagazineCargoGlobal]] [[clearMagazineCargo]] [[clearMagazineCargoGlobal]] | ||
}} | }} |
Revision as of 16:31, 20 January 2022
Description
- Description:
- Returns all magazines types and count from the cargo space
- Groups:
- Vehicle InventoryContainers
Syntax
- Syntax:
- getMagazineCargo object
- Parameters:
- object: Object - Vehicle or ammo box
- Return Value:
- Array of arrays. [["5MagsType1","10MagsType2"],[5,10]]
Examples
- Example 1:
_content = getMagazineCargo carName;
- Example 2:
_content = getMagazineCargo ammoBoxName;
- Example 3:
hint str getMagazineCargo unitBackpack cursorTarget;
Additional Information
- See also:
- magazinesAmmoCargo magazineCargo addMagazineCargo addMagazineCargoGlobal clearMagazineCargo clearMagazineCargoGlobal
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