addonFiles: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (description)
m (added cmd group: Mods and Addons)
Line 49: Line 49:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group: Mods_and_Addons|{{uc:{{PAGENAME}}}}]]

Revision as of 09:12, 13 July 2020

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

Description

Description:
Returns a list of files present in the addon.
Querying protected .ebo addons returns empty array [].
Groups:
Uncategorised

Syntax

Syntax:
addonFiles [pboPrefix, fileExtension]
Parameters:
[pboPrefix, fileExtension] - Array
pboPrefix: String - addon prefix available from allAddonsInfo
fileExtension (Optional): String - file extension to filter results, for example ".paa"
Return Value:
Array of Strings

Examples

Example 1:
addonFiles ["a3\3den\", ".paa"]; /* [ "a3\3den\data\attributes\formation\ech_left_ca.paa", "a3\3den\data\attributes\formation\stag_column_ca.paa", "a3\3den\data\attributes\stance\down_ca.paa", "a3\3den\data\cfg3den\layer\icondisabled_ca.paa", "a3\3den\data\controlsgroups\diagmousecontrol\mouse_ca.paa", ... ] */

Additional Information

See also:
allAddonsInfo

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 | ADDONFILES]][[ Category: arma3dev: Scripting Commands | ADDONFILES]]

Notes

Bottom Section