BIS fnc exportCfgVehicles: Difference between revisions
Jump to navigation
Jump to search
sides: Array - Array of Sides - only objects of these sides will be used
classes: Array - Arrayof Strings- list of CfgPatches classes. Only objects belonging to these addons will be used
useAI: Boolean - true to use only AI units (soldiers, vehicles), false to use empty ones Return Value:
Boolean
m (1 revision) |
mNo edit summary |
||
Line 17: | Line 17: | ||
: "screenshotsTest" - create objects one by one without taking screen (to verify everything is ok)|= Parameter | : "screenshotsTest" - create objects one by one without taking screen (to verify everything is ok)|= Parameter | ||
|p2= sides: [[Array]] - | |p2= sides: [[Array]] - [[Array]] of [[Side]]s - only objects of these sides will be used | ||
|p3= classes: [[Array]] - | |p3= classes: [[Array]] - [[Array]]of [[String]]s- list of CfgPatches classes. Only objects belonging to these addons will be used | ||
|= Parameter | |= Parameter | ||
Line 32: | Line 29: | ||
|x1= <code>[] call [[BIS_fnc_exportCfgVehicles]];</code>|= Example 1 | |x1= <code>[] call [[BIS_fnc_exportCfgVehicles]];</code>|= Example 1 | ||
|x2= <code>["config", [3], ["A3_Characters_F_Beta","A3_Characters_F_EPA","A3_Characters_F_EPB | |x2= <code>["config", [3], ["A3_Characters_F_Beta","A3_Characters_F_EPA","A3_Characters_F_EPB"], true] call [[BIS_fnc_exportCfgVehicles]];</code>|= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 47: | Line 44: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Function Group: Diagnostic|{{uc:exportCfgVehicles}}]] | |||
[[Category: | [[Category:Functions|{{uc:exportCfgVehicles}}]] | ||
[[Category: | [[Category:{{Name|arma3}}: Functions|{{uc:exportCfgVehicles}}]] |
Revision as of 10:47, 28 July 2014
Description
- Description:
- Export list of objects for Community Wiki (Assets).
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [mode,sides,classes,useAI] call BIS_fnc_exportCfgVehicles;
- Parameters:
- mode: String - mode
- "config" - copy the objects table to clipboard
- "screenshots" - create objects one by one and take their screenshot. Works only on "Render" terrain.
- "screenshotsTest" - create objects one by one without taking screen (to verify everything is ok)
Examples
- Example 1:
[] call BIS_fnc_exportCfgVehicles;
- Example 2:
["config", [3], ["A3_Characters_F_Beta","A3_Characters_F_EPA","A3_Characters_F_EPB"], true] call BIS_fnc_exportCfgVehicles;
Additional Information
- See also:
- See also needed
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