BIS fnc activateAddons: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[[a-zA-Z,. ]*\] call ('''|\[\[)?BI(N|S)_fnc_[a-zA-Z]+('''|\]\])?) * \|p1=" to " |s1=$1 |p1=") |
Lou Montana (talk | contribs) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.00 | |||
|1.00 | |||
|gr1= Systems | |gr1= Systems | ||
Line 9: | Line 8: | ||
|serverExec= server | |serverExec= server | ||
| Activate addons upon mission start. Doesn't work when the mission is already running. | |descr= Activate addons upon mission start. Doesn't work when the mission is already running. | ||
|s1=[addons] call [[BIS_fnc_activateAddons]] | |s1= [addons] call [[BIS_fnc_activateAddons]] | ||
|p1= addons: [[Array]] of [[String | |p1= addons: [[Array]] of [[String]]s - addon classes from CfgPatches or object classes from CfgVehicles | ||
|r1=[[Array]] of [[String | |r1= [[Array]] of [[String]]s - activated addons | ||
|x1= < | |x1= <sqf>["class_1","class_2"] call BIS_fnc_activateAddons;</sqf> | ||
|seealso= [[activateAddons]] | |seealso= [[activateAddons]] [[unitAddons]] [[activatedAddons]] | ||
}} | }} |
Latest revision as of 14:48, 8 November 2023
Description
- Description:
- Activate addons upon mission start. Doesn't work when the mission is already running.
- Execution:
- call
- Groups:
- Systems
Syntax
- Syntax:
- [addons] call BIS_fnc_activateAddons
- Parameters:
- addons: Array of Strings - addon classes from CfgPatches or object classes from CfgVehicles
- Return Value:
- Array of Strings - activated addons
Examples
- Example 1:
Additional Information
- See also:
- activateAddons unitAddons activatedAddons
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