getWeaponCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " " to " ")
m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=")
Line 15: Line 15:
|p1= object: [[Object]] - object to check
|p1= object: [[Object]] - object to check


| [[Array]] - format [all_types_array, all_counts_array]. Eg: [["a", "b"], [3, 2]]
|r1=[[Array]] - format [all_types_array, all_counts_array]. Eg: [["a", "b"], [3, 2]]


|x1= <code>_content = [[getWeaponCargo]] carName;</code>
|x1= <code>_content = [[getWeaponCargo]] carName;</code>

Revision as of 21:46, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Vehicle InventoryContainers

Syntax

Syntax:
Syntax needed
Parameters:
object: Object - object to check
Return Value:
Array - format [all_types_array, all_counts_array]. Eg: [["a", "b"], [3, 2]]

Examples

Example 1:
_content = getWeaponCargo carName;
Example 2:
_content = getWeaponCargo ammoBoxName;

Additional Information

See also:
weaponCargoaddWeaponCargoaddWeaponCargoGlobalclearWeaponCargoclearWeaponCargoGlobal

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