activateAddons: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 12: Line 12:
| '''activateAddons''' [addon1, ...] |= Syntax
| '''activateAddons''' [addon1, ...] |= Syntax


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


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 11:49, 2 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: String
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