BIS fnc getVirtualWeaponCargo: Difference between revisions
Jump to navigation
Jump to search
(page filling) |
m (pf (overhaul)) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1. | |1.24|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|Get | |Get weapons magazines from an object (e.g., ammo box). Virtual items can be selected in the [[Arsenal]].|Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| object [[ | | object call [[BIS_fnc_getVirtualWeaponCargo]] |Syntax= | ||
|p1= object: [[Object]] | |p1=object: [[Object]] |Parameter 1= | ||
| [[Array]] of [[ | | [[Array]] of [[Array|arrays]] - All virtual items in objects's space in format: | ||
*0: [[Array]] - Items | |||
*1: [[Array]] - Weapons | |||
*2: [[Array]] - Magazines | |||
*3: [[Array]] - Backpacks|Return value= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code> | |x1= <code>BIS_ammoBox [[call]] [[BIS_fnc_getVirtualWeaponCargo]];</code>|Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Arsenal]],[[BIS_fnc_addVirtualBackpackCargo]], [[BIS_fnc_addVirtualItemCargo]], [[BIS_fnc_addVirtualMagazineCargo]],[[BIS_fnc_arsenal]],[[BIS_fnc_getVirtualBackpackCargo]],[[BIS_fnc_getVirtualItemCargo]],[[BIS_fnc_getVirtualMagazineCargo]],[[BIS_fnc_getVirtualWeaponCargo]], [[BIS_fnc_removeVirtualBackpackCargo]],[[BIS_fnc_removeVirtualItemCargo]], [[BIS_fnc_removeVirtualMagazineCargo]],[[BIS_fnc_removeVirtualWeaponCargo]] |See also= | |||
|[[Arsenal]]| | |||
}} | }} | ||
Revision as of 09:32, 23 June 2018
Description
- Description:
- Get weapons magazines from an object (e.g., ammo box). Virtual items can be selected in the Arsenal.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- object call BIS_fnc_getVirtualWeaponCargo
- Parameters:
- object: Object
- Return Value:
- Array of arrays - All virtual items in objects's space in format:
Examples
- Example 1:
BIS_ammoBox call BIS_fnc_getVirtualWeaponCargo;
Additional Information
- See also:
- ArsenalBIS_fnc_addVirtualBackpackCargoBIS_fnc_addVirtualItemCargoBIS_fnc_addVirtualMagazineCargoBIS_fnc_arsenalBIS_fnc_getVirtualBackpackCargoBIS_fnc_getVirtualItemCargoBIS_fnc_getVirtualMagazineCargoBIS_fnc_getVirtualWeaponCargoBIS_fnc_removeVirtualBackpackCargoBIS_fnc_removeVirtualItemCargoBIS_fnc_removeVirtualMagazineCargoBIS_fnc_removeVirtualWeaponCargo
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