BIS fnc exportCfgMagazines: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Diagnostic(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1= Diagnostic |GROUP1= | |gr1= Diagnostic |GROUP1= | ||
| Export list of magazines for [[:Category:Arma 3: Assets|Arma 3: Assets]]. |DESCRIPTION= | | Export list of magazines for [[:Category:Arma 3: Assets|Arma 3: Assets]]. |DESCRIPTION= | ||
| [classes] spawn [[BIS_fnc_exportCfgMagazines]] |SYNTAX= | | [classes] spawn [[BIS_fnc_exportCfgMagazines]] |SYNTAX= | ||
Line 17: | Line 14: | ||
| [[Boolean]] |RETURNVALUE= | | [[Boolean]] |RETURNVALUE= | ||
|x1= <code>[] [[spawn]] [[BIS_fnc_exportCfgMagazines]]; {{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_exportCfgMagazines]];</code> |EXAMPLE2= | |x2= <code>[<nowiki/>["class1", "class2"]] [[spawn]] [[BIS_fnc_exportCfgMagazines]];</code> |EXAMPLE2= | ||
| [[BIS_fnc_exportCfgWeapons]] |SEEALSO= | | [[BIS_fnc_exportCfgWeapons]] |SEEALSO= |
Revision as of 23:06, 16 January 2021
Description
- Description:
- Export list of magazines for Arma 3: Assets.
- Execution:
- spawn
- Groups:
- Diagnostic
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