BIS fnc exportCfgWeapons: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page filling)
m (see also)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Export list of weapons for Community Wiki: [[Category:Arma 3: Assets|Arma 3 Assets Category]]. |Description=
| Export list of weapons for Community Wiki [[Category:Arma 3: Assets|Arma 3 Assets Category]]. |Description=


Parameter(s):
Parameter(s):
Line 36: Line 36:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Special:WhatLinksHere/BIS_fnc_exportCfgWeapons|What links here]], [[:Category:Function Group: Diagnostic|Diagnostic Function Group]] |See also=
| [[:Category:Function Group: Diagnostic|Diagnostic Function Group]] |See also=
}}
}}



Revision as of 20:16, 14 December 2018

Hover & click on the images for description

Description

Description:
Export list of weapons for Community Wiki.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[mode, patches] call BIS_fnc_exportCfgWeapons
Parameters:
mode: String - can be one of:
  • "Items"
  • "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 doesn't work, ToDo)
Return Value:
Boolean - true when done

Examples

Example 1:
["Weapon"] call BIS_fnc_exportCfgWeapons;

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

Notes

Bottom Section