getWeaponCargo: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+)  \|x1=" to " |r1=$1  |x1=") | Lou Montana (talk | contribs)  m (Text replacement - "   +" to "  ") | ||
| Line 22: | Line 22: | ||
| |seealso= [[weaponCargo]], [[addWeaponCargo]], [[addWeaponCargoGlobal]], [[clearWeaponCargo]], [[clearWeaponCargoGlobal]] | |seealso= [[weaponCargo]], [[addWeaponCargo]], [[addWeaponCargoGlobal]], [[clearWeaponCargo]], [[clearWeaponCargoGlobal]] | ||
| }} | }} | ||
| [[Category:Arma 2: Operation Arrowhead: New Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Arma 2: Operation Arrowhead: New Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 23:11, 10 June 2021
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
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
