BIS fnc activateAddons: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ")
m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=")
Line 15: Line 15:
|p1= addons: [[Array]] of [[String|strings]] - Addon classes from CfgPatches or object classes from CfgVehicles
|p1= addons: [[Array]] of [[String|strings]] - Addon classes from CfgPatches or object classes from CfgVehicles


| [[Array]] of [[String|strings]] - Activated addons
|r1=[[Array]] of [[String|strings]] - Activated addons


|x1= <code>["class_1","class_2"] [[call]] [[BIS_fnc_activateAddons]];</code>
|x1= <code>["class_1","class_2"] [[call]] [[BIS_fnc_activateAddons]];</code>

Revision as of 21:27, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Systems

Syntax

Syntax:
Syntax needed
Parameters:
addons: Array of strings - Addon classes from CfgPatches or object classes from CfgVehicles
Return Value:
Array of strings - Activated addons

Examples

Example 1:
["class_1","class_2"] call BIS_fnc_activateAddons;

Additional Information

See also:
activateAddonsunitAddonsactivatedAddons

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