BIS fnc credits movieConfig: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (Text replacement - " \|s1= <!-- ([^ ]+); --> \}\}" to " |s1= <!-- $1 --> |r1= |x1= |seealso= }} ")
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|gr1= GUI


|1.00|= Game version
|descr= <pre>/*
____________________________________________________________________________________________
 
| <pre>/*
File: fn_credits_movieConfig.sqf
File: fn_credits_movieConfig.sqf


Line 22: Line 20:
_array select 1: String - Names (and tags) as structured text.
_array select 1: String - Names (and tags) as structured text.
_array select 2: Number - Required space coeficient (numberOfNames * textSizeCoef), -1 if config entry doesn't exist
_array select 2: Number - Required space coeficient (numberOfNames * textSizeCoef), -1 if config entry doesn't exist
*/
*/</pre>
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_credits_movieConfig]]; --> |= Syntax


|p1= |= Parameter 1
{{Wiki|placeholder}}


| |= Return value
|s1= <!-- [] call [[BIS_fnc_credits_movieConfig]] -->
____________________________________________________________________________________________


|x1= <code></code> |=
|r1=
____________________________________________________________________________________________


| |= See also
|x1=


|seealso=
}}
}}
<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: GUI|{{uc:credits_movieConfig}}]]
[[Category:Functions|{{uc:credits_movieConfig}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:credits_movieConfig}}]]

Latest revision as of 02:33, 13 June 2021

Hover & click on the images for description

Description

Description:
/*
	File: fn_credits_movieConfig.sqf

	Description:
	Movie credits config preprocessor.

	Parameter(s):
	_this select 0: Number - Index of item in config (CfgCredits >> CreditsMovie >> item)
	
	Returned value:
	_array: Array
	_array select 0: String - Position name (and tags) as structured text.
	_array select 1: String - Names (and tags) as structured text.
	_array select 2: Number - Required space coeficient (numberOfNames * textSizeCoef), -1 if config entry doesn't exist
*/
🏗
Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki.
Execution:
call
Groups:
GUI

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Examples:
Example needed

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