BIS fnc exportCuratorCostTable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {{Function|Comments=" to "{{Function|Comments=")
m (Text replacement - "\|game([0-9])=([^ ]+) * \|version([0-9])=([^ ]+) * " to "|game$1=$2 |version$3=$4 ")
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.16


|1.16|Game version=
|gr1= Curator
____________________________________________________________________________________________


| <pre>/*
|descr= <pre>/*


Description:
Description:
Line 23: Line 22:
Returns:
Returns:
BOOL
BOOL
*/
*/</pre>


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |DESCRIPTION=
{{Wiki|placeholder}}
____________________________________________________________________________________________
|s1= <!-- [] call [[BIS_fnc_exportCuratorCostTable]] -->


| <!-- [] call [[BIS_fnc_exportCuratorCostTable]]; --> |SYNTAX=
|r1=


|p1= |PARAMETER1=
|x1=
 
| |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code></code> |EXAMPLE1=
____________________________________________________________________________________________
 
| [[BIS_fnc_curatorObjectRegisteredTable]] |SEEALSO=


|seealso= [[BIS_fnc_curatorObjectRegisteredTable]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Curator|{{uc:exportCuratorCostTable}}]]
[[Category:Functions|{{uc:exportCuratorCostTable}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:exportCuratorCostTable}}]]

Latest revision as of 11:08, 14 June 2021

Hover & click on the images for description

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
*/
🏗
Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki.
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