getWeaponCargo: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) *  \|p1=" to " |s1= $1  |p1=") | Lou Montana (talk | contribs)  m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2  |descr=$3") | ||
| Line 16: | Line 16: | ||
| |gr2= Containers | |gr2= Containers | ||
| |  Returns all weapons types and count from the cargo space | |descr=  Returns all weapons types and count from the cargo space | ||
| |s1=  [[getWeaponCargo]] object | |s1=  [[getWeaponCargo]] object | ||
Revision as of 21:05, 13 June 2021
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
 
	
