allAddonsInfo: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Command|Comments= ____________________________________________________________________________________________ | arma3dev |Game name= |1.99 |Game version= ________________...") |
Killzone Kid (talk | contribs) (format) |
||
Line 12: | Line 12: | ||
|s1= [[allAddonsInfo]] |SYNTAX= | |s1= [[allAddonsInfo]] |SYNTAX= | ||
|r1= [[Array]] of [[Array]]s - |RETURNVALUE= | |r1= [[Array]] of [[Array]]s 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 | |||
|RETURNVALUE= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 11:19, 13 May 2020
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:
Examples
- Example 1:
allAddonsInfo
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]]