BIS fnc exportCuratorCostTable: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " +" to " ") |
Lou Montana (talk | contribs) m (Text replacement - " \|s1= <!-- ([^ ]+);? --> \|seealso=" to "|s1= <!-- $1 --> |r1= |x1= |seealso=") |
||
Line 26: | Line 26: | ||
{{Wiki|placeholder}} | {{Wiki|placeholder}} | ||
|s1= <!-- [] call [[BIS_fnc_exportCuratorCostTable]] --> | |||
| | |r1= | ||
|x1= | |||
|seealso= [[BIS_fnc_curatorObjectRegisteredTable]] | |seealso= [[BIS_fnc_curatorObjectRegisteredTable]] | ||
}} | }} |
Revision as of 04:26, 13 June 2021
Description
- Description:
/* Description: Generate spreadsheet with object classes and copy it to clipboard. The table will generate export code to be used in BIS_fnc_curatorObjectRegisteredTable Parameter(s): 0 (Optional): ARRAY of STRINGs - supported addons (classes from CfgPatches). When empty, all preloaded addons will be added. Use empty string to export just the cost calculation. 1 (Optional): STRING - format, can be "ods" or "xls" 2 (Optional): STRING - name of sheet with cost calculation. When empty, the calculation will be inserted on top of the table 3 (Optional): ARRAY of SIDEs or NUMBERs - filter only objects of listed sides or side IDs. Supported sides are west, east, resistance, civilian, sideUnknown and sideLogic 4 (Optional): CODE - condition for class to be listed. Config path to the class is passed as an argument (default: {true}) 5 (Optional): CODE - default cost, must return STRING. When empty string is returned, no default cost will be used (default: {""}) Returns: BOOL */
- Execution:
- call
- Groups:
- Curator
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Return value needed
Examples
- Examples:
- Example needed
Additional Information
- See also:
- BIS_fnc_curatorObjectRegisteredTable
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