allAddonsInfo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(format)
m (Example tweak)
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>[[allAddonsInfo]]</code>|EXAMPLE1=  
|x1= <code>[[allAddonsInfo]]
{{codecomment|/*
[
["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],
...
]
<nowiki>*</nowiki>/}}</code>|EXAMPLE1=  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 13:53, 16 May 2020

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.99|1.99]]
Hover & click on the images for description

Description

Description:
Returns the list of all loaded addons in format [prefix, version, isPatched]
Groups:
Uncategorised

Syntax

Syntax:
allAddonsInfo
Return Value:
Array of Arrays in format [prefix, version, isPatched], where:
  • prefix: String - addon prefix
  • version: String - addon revision version
  • isPatched: Boolean - true if patching is enabled and this addon is being patched

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]]

Notes

Bottom Section