BIS fnc activateAddons: Difference between revisions
Jump to navigation
Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki) |
Lou Montana (talk | contribs) |
||
(32 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | |||
|game1= arma3 | |||
|version1= 1.00 | |||
| | |gr1= Systems | ||
| | |serverExec= server | ||
| | |descr= Activate addons upon mission start. Doesn't work when the mission is already running. | ||
|s1= [addons] call [[BIS_fnc_activateAddons]] | |||
|p1= addons: [[Array]] of [[String]]s - addon classes from CfgPatches or object classes from CfgVehicles | |||
|r1= [[Array]] of [[String]]s - activated addons | |||
|x1= <sqf>["class_1","class_2"] call BIS_fnc_activateAddons;</sqf> | |||
|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