allAddonsInfo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|2.00 | |2.00 | ||
|gr1= Mods and Addons | |gr1= Mods and Addons | ||
|Returns the list of all loaded addons. | |Returns the list of all loaded addons. | ||
|s1= [[allAddonsInfo]] | |s1= [[allAddonsInfo]] | ||
|r1= [[Array]] of [[Array]]s in format [prefix, version, isPatched], where: | |r1= [[Array]] of [[Array]]s in format [prefix, version, isPatched], where: | ||
Line 15: | Line 15: | ||
* version: [[String]] - addon revision version | * version: [[String]] - addon revision version | ||
* isPatched: [[Boolean]] - [[true]] if patching is enabled and this addon is being patched | * isPatched: [[Boolean]] - [[true]] if patching is enabled and this addon is being patched | ||
Line 29: | Line 29: | ||
... | ... | ||
] | ] | ||
<nowiki>*</nowiki>/}}</code> | <nowiki>*</nowiki>/}}</code> | ||
|seealso= [[addonFiles]] | |seealso= [[addonFiles]] | ||
}} | }} |
Revision as of 00:01, 18 January 2021
Description
- Description:
- Returns the list of all loaded addons.
- Groups:
- Mods and Addons
Syntax
- Syntax:
- allAddonsInfo
- Return Value:
- Array of Arrays in format [prefix, version, isPatched], where:
Examples
- Example 1:
allAddonsInfo /* [ ["bin\","146398",false], ["core\","129618",false], ["Languagecore_F\","148726",false], ["a3\air_f_enoch\","145904",false], ["a3\anims_f_enoch\","146917",false], ["a3\armor_f_enoch\","145904",false], ... ] */
Additional Information
- See also:
- addonFiles
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