addonFiles: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Command|Comments= ____________________________________________________________________________________________ | arma3dev |Game name= |1.99 |Game version= ________________...") |
m (Note) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|Returns the list of files contained in the addon|DESCRIPTION= | |Returns the list of files contained in the addon<br>{{Informative|It is impossible to use this command to .EBO files.}}|DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 08:36, 7 May 2020
Description
- Description:
- Returns the list of files contained in the addon
- Groups:
- Uncategorised
Syntax
- Syntax:
- addonFiles [pboPrefix, (fileExtension)]
- Parameters:
- pboPrefix: String
- fileExtension: String
- Return Value:
- Array of Strings
Examples
- Example 1:
addonFiles ["a3\3den\", ".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]]