allAddonsInfo: Difference between revisions
Jump to navigation
Jump to search
m (added cmd group: Mods and Addons) |
mNo edit summary |
||
Line 5: | Line 5: | ||
|1.99 |Game version= | |1.99 |Game version= | ||
|gr1= Mods and Addons |GROUP1= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 09:36, 20 September 2020
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
[[Category:Introduced with arma3dev version 1.99]][[ Category: arma3dev: New Scripting Commands | ALLADDONSINFO]][[ Category: arma3dev: Scripting Commands | ALLADDONSINFO]]