BIS fnc getVirtualWeaponCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(page filling)
m (Text replacement - "strings" to "Strings")
 
(35 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.24


| arma3 |= Game name
|gr1= Inventory


|1.00|= Game version
|descr=Get virtual weapons from an object (e.g., ammo box). Virtual items can be selected in the [[Arsenal]].
____________________________________________________________________________________________


|Get virtual weapons to an object. Virtual items can be selected in the '''Arsenal'''. An object with full '''Arsenal''' will return '''["%1"]''' visit [[Arsenal]] for more information.|= Description
|s1= object call [[BIS_fnc_getVirtualWeaponCargo]]
____________________________________________________________________________________________


| object [[call]] '''BIS_fnc_getVirtualWeaponCargo''' |= Syntax
|p1=object: [[Object]]
|r1= [[Array]] of [[String]]s - all virtual weapons


|p1= object: [[Object]] - Object with [[Arsenal|Virtual Arsenal]] |= Parameter 1
|x1= <sqf>BIS_ammoBox call BIS_fnc_getVirtualWeaponCargo;</sqf>
 
| [[Array]] of [[String|strings]] - Virtual items that are available |= Return value
____________________________________________________________________________________________
 
|x1= <code>_items = [[player]] [[call]] '''BIS_fnc_getVirtualWeaponCargo''';</code> |= example1
____________________________________________________________________________________________
 
|exec= call |= Execution By
 
|[[Arsenal]]|= See also


|seealso= [[Arsenal]] [[BIS_fnc_addVirtualBackpackCargo]] [[BIS_fnc_addVirtualItemCargo]] [[BIS_fnc_addVirtualMagazineCargo]] [[BIS_fnc_arsenal]] [[BIS_fnc_getVirtualBackpackCargo]] [[BIS_fnc_getVirtualItemCargo]] [[BIS_fnc_getVirtualMagazineCargo]] [[BIS_fnc_removeVirtualBackpackCargo]] [[BIS_fnc_removeVirtualItemCargo]] [[BIS_fnc_removeVirtualMagazineCargo]] [[BIS_fnc_removeVirtualWeaponCargo]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Inventory|{{uc:getVirtualWeaponCargo}}]]
[[Category:Functions|{{uc:getVirtualWeaponCargo}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:getVirtualWeaponCargo}}]]

Latest revision as of 15:48, 8 November 2023

Hover & click on the images for description

Description

Description:
Get virtual weapons from an object (e.g., ammo box). Virtual items can be selected in the Arsenal.
Execution:
call
Groups:
Inventory

Syntax

Syntax:
object call BIS_fnc_getVirtualWeaponCargo
Parameters:
object: Object
Return Value:
Array of Strings - all virtual weapons

Examples

Example 1:
BIS_ammoBox call BIS_fnc_getVirtualWeaponCargo;

Additional Information

See also:
Arsenal BIS_fnc_addVirtualBackpackCargo BIS_fnc_addVirtualItemCargo BIS_fnc_addVirtualMagazineCargo BIS_fnc_arsenal BIS_fnc_getVirtualBackpackCargo BIS_fnc_getVirtualItemCargo BIS_fnc_getVirtualMagazineCargo BIS_fnc_removeVirtualBackpackCargo BIS_fnc_removeVirtualItemCargo BIS_fnc_removeVirtualMagazineCargo BIS_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