activatedAddons: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.14|= Game version _________________...")
 
m (example)
Line 15: Line 15:




|x1= <code></code>|= EXAMPLE1
|x1= <code>_addons = '''activatedAddons''';</code>|= EXAMPLE1


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 15:10, 6 March 2014

Hover & click on the images for description

Description

Description:
Returns a list of all activated addons.
Groups:
Uncategorised

Syntax

Syntax:
activatedAddons
Return Value:
Array

Examples

Example 1:
_addons = activatedAddons;

Additional Information

See also:
activateAddons

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