BIS fnc exportCfgMagazines: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|x1= <code></code> |= " to "|x1= <code></code> |EXAMPLE1=") |
Lou Montana (talk | contribs) (Add description and see also) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Export list of magazines for [[:Category:Arma 3: Assets|Arma 3: Assets]]. |DESCRIPTION= | ||
____________________________________________________________________________________________ | |||
| [classes] spawn [[BIS_fnc_exportCfgMagazines]] |SYNTAX= | |||
|p1= classes: [[Array]] of [[String]]s - (Optional, default {{Inline code|[]}}) list of [[CfgPatches]] classes |PARAMETER1= | |||
| [[Boolean]] |RETURNVALUE= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| < | |x1= <code>[] [[spawn]] [[BIS_fnc_exportCfgWeapons]]; {{cc|exports [[Arma 3 CfgMagazines]]}}</code> |EXAMPLE1= | ||
| | |x2= <code>[<nowiki/>["class1", "class2"]] [[spawn]] [[BIS_fnc_exportCfgWeapons]];</code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |SEEALSO= | | [[BIS_fnc_exportCfgWeapons]] |SEEALSO= | ||
|exec= spawn |Exec type= | |||
}} | }} | ||
Revision as of 23:01, 19 December 2019
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_exportCfgWeapons; // exports Arma 3 CfgMagazines
- Example 2:
[["class1", "class2"]] spawn BIS_fnc_exportCfgWeapons;
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