BIS fnc exportCfgWeapons: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= Diagnostic |GROUP1=") |
m (Text replacement - "\[\[Category\:Function Group\: Diagnostic(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
||
Line 52: | Line 52: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:exportCfgWeapons}}]] | [[Category:Functions|{{uc:exportCfgWeapons}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:exportCfgWeapons}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:exportCfgWeapons}}]] |
Revision as of 10:28, 12 October 2020
Description
- Description:
- Export list of weapons for Community Wiki Arma 3 Assets Category.
- Execution:
- spawn
- Groups:
- Diagnostic
Syntax
- Syntax:
- [mode, patches, types] spawn BIS_fnc_exportCfgWeapons
- Parameters:
- mode: String - can be one of:
- "Equipment"
- "Item"
- "VehicleWeapon"
- "Weapon" - specific item type, based on BIS_fnc_itemType
- internal use only: "screenshots" - create items one by one and take their screenshot. Works only on "Render" terrain.
- internal use only: "screenshotsTest" - create items one by one without taking screen (to verify everything is ok)
- patches: Array of Strings - (Optional, default
[]
) list of CfgPatches classes. Only weapons belonging to these addons will be used - types: Array of Strings - (Optional, default
[]
) - Return Value:
- Boolean - true when done
Examples
- Example 1:
["Weapon"] spawn BIS_fnc_exportCfgWeapons; // exports Arma 3 CfgWeapons Weapons ["VehicleWeapon"] spawn BIS_fnc_exportCfgWeapons; // exports Arma 3 CfgWeapons Vehicle Weapons ["Item"] spawn BIS_fnc_exportCfgWeapons; // exports Arma 3 CfgWeapons Items ["Equipment"] spawn BIS_fnc_exportCfgWeapons; // exports Arma 3 CfgWeapons Equipment ["screenshots"] spawn BIS_fnc_exportCfgWeapons; // exports screenshots ["screenshotsTest"] spawn BIS_fnc_exportCfgWeapons; // screenshots test mode, does nothing
Additional Information
- See also:
- Diagnostic Function Group
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