allAddonsInfo: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Fix) |
||
Line 10: | Line 10: | ||
|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, modIndex, hash], where: | ||
* prefix: [[String]] - addon prefix | * prefix: [[String]] - addon prefix | ||
* 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|size= 0.75}} modIndex: [[Number]] - index of mod in [[getLoadedModsInfo]] array. -1 if not found. | ||
* {{GVI|arma3|2.14}} hash: [[String]] - hash of the addon PBO file. "" if hashing fails. | * {{GVI|arma3|2.14|size= 0.75}} hash: [[String]] - hash of the addon PBO file. "" if hashing fails. | ||
|x1= <sqf> | |x1= <sqf> | ||
allAddonsInfo | allAddonsInfo |
Latest revision as of 18:07, 4 July 2023
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, modIndex, hash], where:
- prefix: String - addon prefix
- version: String - addon revision version
- isPatched: Boolean - true if patching is enabled and this addon is being patched
- 2.14 modIndex: Number - index of mod in getLoadedModsInfo array. -1 if not found.
- 2.14 hash: String - hash of the addon PBO file. "" if hashing fails.
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