BIS fnc exportCfgPatches: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
|Export list of addons for Community Wiki
 
http://community.bistudio.com/wiki/Category:Arma_3:_Assets.|Description=
Description:
____________________________________________________________________________________________
Export list of addons for Community Wiki
http://community.bistudio.com/wiki/Category:Arma_3:_Assets


Parameter(s):
| [config,classes] call [[BIS_fnc_exportCfgPatches]] |Syntax=
0: ARRAY of STRINGs - list of CfgPatches classes


Returns:
|p1=config: [[String]] - (Optional, default "CfgVehicles") |Parameter 1=
BOOL
*/


|p2=classes: [[Array]] of [[String|strings]] - List of CfgPatches classes |Parameter 2=


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [[Boolean]]|Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_exportCfgPatches]]; --> |= Syntax
|x1= <code>[[call]] [[BIS_fnc_exportCfgPatches]];</code>|Example 1=


|p1= |= Parameter 1
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=
| [[BIS_fnc_exportFunctionsToWiki]] |See also=
____________________________________________________________________________________________
 
| |= See also
 
}}
}}



Revision as of 00:06, 28 June 2018

Hover & click on the images for description

Description

Description:
Export list of addons for Community Wiki http://community.bistudio.com/wiki/Category: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