allAddonsInfo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
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...)
m (Text replacement - "{{Command " to "{{RV|type=command ")
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


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


|x1= <code>[[allAddonsInfo]]
|x1= <code>[[allAddonsInfo]]
Line 30: Line 28:
]
]
<nowiki>*</nowiki>/}}</code>
<nowiki>*</nowiki>/}}</code>


|seealso= [[addonFiles]]
|seealso= [[addonFiles]]
}}
}}


<h3 style="display:none">Bottom Section</h3>
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Command_Group: Mods_and_Addons|{{uc:{{PAGENAME}}}}]]

Revision as of 23:23, 22 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Mods and Addons

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