getWeaponCargo: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - " |r1=[[" to " |r1= [[") | Lou Montana (talk | contribs)  | ||
| Line 27: | Line 27: | ||
| |x2= <code>_content = [[getWeaponCargo]] ammoBoxName;</code> | |x2= <code>_content = [[getWeaponCargo]] ammoBoxName;</code> | ||
| |seealso= [[weaponCargo]] | |seealso= [[weaponCargo]] [[addWeaponCargo]], [[addWeaponCargoGlobal]], [[clearWeaponCargo]], [[clearWeaponCargoGlobal]] | ||
| }} | }} | ||
Revision as of 16:02, 20 January 2022
Description
- Description:
- Returns all weapons types and count from the cargo space
- Groups:
- Vehicle InventoryContainers
Syntax
- Syntax:
- getWeaponCargo object
- 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
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
 
	

