activateAddons: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|ACTIVATEADDONS]]
[[Category:Scripting Commands ArmA|ACTIVATEADDONS]]


<new command not populated>


<h2 style="color:#000066">''' activateAddons ''[addon1, ...]'''''</h2>


<h2 style="color:#000066">''''' activateAddons '''''</h2>


'''Operand types:'''


'''Operand types:'''
'''[addon1, ...]:''' [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Version 2.32 required.


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




'''Example:'''
'''Example:'''
'''activateAddons''' ["BISOFP"]

Revision as of 16:25, 6 July 2006


activateAddons [addon1, ...]


Operand types:

[addon1, ...]: Array

Type of returned value:

Nothing

Compatibility:

Version 2.32 required.

Description:

Activates the listed addons.

The list of active addons is initialized during this function.


Example:

activateAddons ["BISOFP"]