activateAddons: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|ACTIVATEADDONS]]
{{Command|= Comments
[[Category:Scripting Commands OFP Elite |ACTIVATEADDONS]]
____________________________________________________________________________________________
[[Category:Scripting Commands ArmA|ACTIVATEADDONS]]


| arma |= Game name


<h2 style="color:#000066">''' activateAddons ''[addon1, ...]'''''</h2>
|2.32|= Game version
____________________________________________________________________________________________


| Activates the listed addons. The list of active addons is initialized during this function. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''activateAddons''' [addon1, ...] |= Syntax


'''[addon1, ...]:''' [[Array]]
|p1= [addon1, ...]: [[Array]] |= Parameter 1


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>activateAddons ["BISOFP"]</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Compatibility:'''
}}


Version 2.32 required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Activates the listed addons.
<h3 style="display:none">Bottom Section</h3>


The list of active addons is initialized during this function.
[[Category:Scripting Commands|ACTIVATEADDONS]]
 
[[Category:Scripting Commands OFP Elite |ACTIVATEADDONS]]
 
[[Category:Scripting Commands ArmA|ACTIVATEADDONS]]
'''Example:'''
 
'''activateAddons''' ["BISOFP"]

Revision as of 22:52, 1 August 2006

-wrong parameter ("Arma") defined!-2.32
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

Bottom Section