allAddonsInfo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Some wiki formatting)
(added info about the v2.14 return values)
Line 14: Line 14:
* 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  
 
* {{GVI|arma3|2.14}} modIndex: [[Number]] - index of mod in [[getLoadedModsInfo]] array. -1 if not found.
* {{GVI|arma3|2.14}} hash: [[String]] - hash of the addon PBO file
|x1= <sqf>
|x1= <sqf>
allAddonsInfo
allAddonsInfo
/*
/*
[
[
["bin\","146398",false],
["bin\","150301",false,-1,"66b6d1a87da30e0386fec881504c14a0a6025cb1"],
["core\","129618",false],
["core\","129618",false,-1,"49e1b8da67de848c8ea058fd8512c222ccb6d919"],
["Languagecore_F\","148726",false],
["Languagecore_F\","150376",false,-1,"2ee7b09d60f916d7e56934632f55683a14a636b7"],
["a3\air_f_enoch\","145904",false],
["a3\anims_f_aow\","149768",false,0,"59df21ad1fc6939c460a555b3af662f725564b37"],
["a3\anims_f_enoch\","146917",false],
["a3\dubbing_radio_f_enoch\","150070",false,1,"5ca436c61a634fcbd28ca9480a4c8249c5b0e4bd"],
["a3\armor_f_enoch\","145904",false],
["a3\armor_f_tank\","150292",false,2,"6d0ea8b45ff4cd316b3d6c5575def9dd048e198e"],
["a3\music_f_tacops\","124064",false,3,"435c2b0338fe6bec7685002dca7c47778abf44ee"],
...
...
]
]

Revision as of 18:50, 4 July 2023

Hover & click on the images for description

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\","150301",false,-1,"66b6d1a87da30e0386fec881504c14a0a6025cb1"], ["core\","129618",false,-1,"49e1b8da67de848c8ea058fd8512c222ccb6d919"], ["Languagecore_F\","150376",false,-1,"2ee7b09d60f916d7e56934632f55683a14a636b7"], ["a3\anims_f_aow\","149768",false,0,"59df21ad1fc6939c460a555b3af662f725564b37"], ["a3\dubbing_radio_f_enoch\","150070",false,1,"5ca436c61a634fcbd28ca9480a4c8249c5b0e4bd"], ["a3\armor_f_tank\","150292",false,2,"6d0ea8b45ff4cd316b3d6c5575def9dd048e198e"], ["a3\music_f_tacops\","124064",false,3,"435c2b0338fe6bec7685002dca7c47778abf44ee"], ... ] */

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