activateAddons

From Bohemia Interactive Community
Revision as of 14:37, 21 January 2009 by WGL.Q (talk | contribs) (Tried to clearify how activateAddons works.)
Jump to navigation Jump to search
-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Activates the listed addons. The list of active addons is initialized during this function.
Groups:
Uncategorised

Syntax

Syntax:
activateAddons ["addon1", ...]
Parameters:
["addon1", ...]: Array
Return Value:
Nothing

Examples

Example 1:
activateAddons ["BISOFP"]

Additional Information

See also:
See also needed

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

Notes

Be aware that "Addon1" is the cfgPatches class of the desired addon to preload.

Bottom Section