BIS fnc exportCfgMagazines: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|1.00 | |1.00 | ||
|gr1= Diagnostic | |gr1= Diagnostic | ||
| Export list of magazines for [[:Category:Arma 3: Assets|Arma 3: Assets]]. | | Export list of magazines for [[:Category:Arma 3: Assets|Arma 3: Assets]]. | ||
| [classes] spawn [[BIS_fnc_exportCfgMagazines]] | | [classes] spawn [[BIS_fnc_exportCfgMagazines]] | ||
|p1= classes: [[Array]] of [[String]]s - (Optional, default {{Inline code|[]}}) list of [[CfgPatches]] classes | |p1= classes: [[Array]] of [[String]]s - (Optional, default {{Inline code|[]}}) list of [[CfgPatches]] classes | ||
| [[Boolean]] | | [[Boolean]] | ||
|x1= <code>[] [[spawn]] [[BIS_fnc_exportCfgMagazines]]; {{cc|exports [[Arma 3 CfgMagazines]]}}</code> | |x1= <code>[] [[spawn]] [[BIS_fnc_exportCfgMagazines]]; {{cc|exports [[Arma 3 CfgMagazines]]}}</code> | ||
|x2= <code>[<nowiki/>["class1", "class2"]] [[spawn]] [[BIS_fnc_exportCfgMagazines]];</code> | |x2= <code>[<nowiki/>["class1", "class2"]] [[spawn]] [[BIS_fnc_exportCfgMagazines]];</code> | ||
| [[BIS_fnc_exportCfgWeapons]] | | [[BIS_fnc_exportCfgWeapons]] | ||
|exec= spawn |Exec type= | |exec= spawn |Exec type= |
Revision as of 23:02, 17 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