BIS fnc exportCfgMagazines: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Add description and see also)
m (Fix examples)
Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>[] [[spawn]] [[BIS_fnc_exportCfgWeapons]]; {{cc|exports [[Arma 3 CfgMagazines]]}}</code> |EXAMPLE1=
|x1= <code>[] [[spawn]] [[BIS_fnc_exportCfgMagazines]]; {{cc|exports [[Arma 3 CfgMagazines]]}}</code> |EXAMPLE1=


|x2= <code>[<nowiki/>["class1", "class2"]] [[spawn]] [[BIS_fnc_exportCfgWeapons]];</code> |EXAMPLE2=
|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}}]]
[[Category:Functions|{{uc:exportCfgMagazines}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:exportCfgMagazines}}]]

Revision as of 16:04, 16 August 2020

Hover & click on the images for description

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

Notes

Bottom Section