getWeaponCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {{uc:{{PAGENAME}}}}" to "")
m (Text replacement - " " to " ")
Line 16: Line 16:


| [[Array]] - format [all_types_array, all_counts_array]. Eg: [["a", "b"], [3, 2]]
| [[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>
|x2= <code>_content = [[getWeaponCargo]] ammoBoxName;</code>
|x2= <code>_content = [[getWeaponCargo]] ammoBoxName;</code>

Revision as of 21:02, 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:
Return value needed

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