Arsenal – Arma 3 Talk

From Bohemia Interactive Community
Revision as of 14:40, 9 October 2014 by Kamaradski (talk | contribs) (Special purpose side selection string needed for BIS_functions that populate the VA system)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A side selection parameter for the following BIS functions would be useful:

BIS_fnc_removeVirtualBackpackCargo BIS_fnc_removeVirtualItemCargo BIS_fnc_removeVirtualMagazineCargo BIS_fnc_removeVirtualWeaponCargo & BIS_fnc_addVirtualBackpackCargo BIS_fnc_addVirtualItemCargo BIS_fnc_addVirtualMagazineCargo BIS_fnc_addVirtualWeaponCargo

Parameter(s): 0: OBJECT - objct to which items will be added 1: STRING or ARRAY of STRINGs - item class(es) to be added 2 (Optional): BOOL - true to add items globally (default: false) 3 (Optional): BOOL - true to add Arsenal action (default: true)

Special purpose String accepted by Parameter-1: Playerside (current playerside of player opening the VA system Side (west\East\OPfor\Guer\etc....)

These special Strings could than be used to: 1 - Provide VA-ammoboxes containing items only available gear based on the current playerside of the player 'opening' the box 2 - Create VA-ammoboxes containing items for a specific side only, regardles of the playerside of the player opening them.

Regardless of the Strings, the VA system should still be able to take overrides from the Whitelist and or Blacklist.