BIS fnc exportCfgMagazines: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Add description and see also) |
Lou Montana (talk | contribs) m (Fix examples) |
||
Line 17: | Line 17: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[] [[spawn]] [[ | |x1= <code>[] [[spawn]] [[BIS_fnc_exportCfgMagazines]]; {{cc|exports [[Arma 3 CfgMagazines]]}}</code> |EXAMPLE1= | ||
|x2= <code>[<nowiki/>["class1", "class2"]] [[spawn]] [[ | |x2= <code>[<nowiki/>["class1", "class2"]] [[spawn]] [[BIS_fnc_exportCfgMagazines]];</code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 36: | Line 36: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Function Group: Diagnostic|{{uc:exportCfgMagazines}}]] | [[Category:Function Group: Diagnostic|{{uc:exportCfgMagazines}}]] | ||
Revision as of 15:04, 16 August 2020
Description
- Description:
- Export list of magazines for Arma 3: Assets.
- Execution:
- spawn
- Groups:
- Uncategorised
Syntax
- Syntax:
- [classes] spawn BIS_fnc_exportCfgMagazines
- Parameters:
- classes: Array of Strings - (Optional, default
[]
) list of CfgPatches classes - Return Value:
- Boolean
Examples
- Example 1:
[] spawn BIS_fnc_exportCfgMagazines; // exports Arma 3 CfgMagazines
- Example 2:
[["class1", "class2"]] spawn BIS_fnc_exportCfgMagazines;
Additional Information
- See also:
- BIS_fnc_exportCfgWeapons
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