getMagazineCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
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]], [[clearMagazineCargoGlobal]]
|seealso= [[magazinesAmmoCargo]] [[magazineCargo]] [[addMagazineCargo]] [[addMagazineCargoGlobal]] [[clearMagazineCargo]], [[clearMagazineCargoGlobal]]
}}
}}

Revision as of 17:27, 20 January 2022

Hover & click on the images for description

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 clearMagazineCargoclearMagazineCargoGlobal

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