getWeaponCargo: Difference between revisions
Jump to navigation
Jump to search
m (format) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns all weapons types and count from the cargo space |= | | Returns all weapons types and count from the cargo space |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| result <nowiki>=</nowiki> '''getWeaponCargo''' object |= | | result <nowiki>=</nowiki> '''getWeaponCargo''' object |SYNTAX= | ||
|p1= object: [[Object]] - object to check |= | |p1= object: [[Object]] - object to check |PARAMETER1= | ||
| [[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]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_content = [[getWeaponCargo]] carName;</code> |= | |x1= <code>_content = [[getWeaponCargo]] carName;</code> |EXAMPLE1= | ||
|x2= <code>_content = [[getWeaponCargo]] ammoBoxName;</code> | |x2= <code>_content = [[getWeaponCargo]] ammoBoxName;</code> | ||
Sample result returns:<code> | Sample result returns:<code> | ||
[["arifle_Katiba_F","launch_B_Titan_short_F"],[2,1]]</code> |= | [["arifle_Katiba_F","launch_B_Titan_short_F"],[2,1]]</code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[weaponCargo]], [[addWeaponCargo]], [[addWeaponCargoGlobal]], [[clearWeaponCargo]], [[clearWeaponCargoGlobal]] |= | | [[weaponCargo]], [[addWeaponCargo]], [[addWeaponCargoGlobal]], [[clearWeaponCargo]], [[clearWeaponCargoGlobal]] |SEEALSO= | ||
}} | }} |
Revision as of 14:40, 7 April 2019
Description
- Description:
- Returns all weapons types and count from the cargo space
- Groups:
- Uncategorised
Syntax
- Syntax:
- result = 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;
Sample result returns:[["arifle_Katiba_F","launch_B_Titan_short_F"],[2,1]]
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
Notes
Bottom Section
Categories:
- Scripting Commands
- Introduced with Arma 2: Operation Arrowhead version 1.54
- Arma 2: Operation Arrowhead: New Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Command Group: Uncategorised
- ArmA 2 OA: New Scripting Commands List
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters