BIS fnc addVirtualBackpackCargo: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Kamaradski (talk | contribs) No edit summary |
||
Line 37: | Line 37: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[BIS_fnc_addVirtualItemCargo]] [[BIS_fnc_addVirtualMagazineCargo]] [[BIS_fnc_addVirtualWeaponCargo]] |= See also | ||
}} | }} |
Revision as of 00:32, 17 October 2014
Description
- Description:
/* Description: Add virtual backpacks to an object (e.g., ammo box). Virtual items can be selected in the Arsenal. Parameter(s): 0: OBJECT - objct to which backpacks will be added 1: STRING or ARRAY of STRINGs - backpack class(es) to be added 2 (Optional): BOOL - true to add backpacks globally (default: false) 3 (Optional): BOOL - true to add Arsenal action (default: true) Returns: ARRAY of ARRAYs - all virtual items within the object's space in format [<items>,<weapons>,<magazines>,<backpacks>] */
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Return value needed
Examples
- Example 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