BIS fnc exportCfgPatches: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (Fix description)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


|Export list of addons for Community Wiki
|Export list of addons for Community Wiki - [[:Category:Arma 3: Assets|Arma 3: Assets]]. |Description=
http://community.bistudio.com/wiki/Category:Arma_3:_Assets.|Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 21: Line 20:


|x1= <code>[[call]] [[BIS_fnc_exportCfgPatches]];</code>|Example 1=
|x1= <code>[[call]] [[BIS_fnc_exportCfgPatches]];</code>|Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 23:00, 19 December 2019

Hover & click on the images for description

Description

Description:
Export list of addons for Community Wiki - Arma 3: Assets.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[config,classes] call BIS_fnc_exportCfgPatches
Parameters:
config: String - (Optional, default "CfgVehicles")
classes: Array of strings - List of CfgPatches classes
Return Value:
Boolean

Examples

Example 1:
call BIS_fnc_exportCfgPatches;

Additional Information

See also:
BIS_fnc_exportFunctionsToWiki

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