getWeaponCargo: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - "\| *arma2oa * +\| *1.([0-9]{2}) * *\|([^g]|g[^a])" to "| arma2oa |1.$1  |game2= tkoh |version2= 1.00  |game3= arma3 |version3= 0.50  |$2") | Lou Montana (talk | contribs)  m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) *  \|p1=" to " |s1= $1  |p1=") | ||
| Line 18: | Line 18: | ||
| |  Returns all weapons types and count from the cargo space | |  Returns all weapons types and count from the cargo space | ||
| | [[getWeaponCargo]] object | |s1=  [[getWeaponCargo]] object | ||
| |p1= object: [[Object]] - object to check | |p1= object: [[Object]] - object to check | ||
Revision as of 23:05, 12 June 2021
Description
- Description:
- Description needed
- 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
 
	
