BIS_fnc_getVirtualWeaponCargo

From Bohemia Interactive Community
Revision as of 20:10, 2 May 2018 by R3vo (talk | contribs) (page filling)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
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.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
object call BIS_fnc_getVirtualWeaponCargo
Parameters:
object: Object - Object with Virtual Arsenal
Return Value:
Array of strings - Virtual items that are available

Examples

Example 1:
_items = player call BIS_fnc_getVirtualWeaponCargo;

Additional Information

See also:
Arsenal

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