Difference between revisions of "BIS fnc credits movieConfig"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game name" to "|Game name=") |
Lou Montana (talk | contribs) m (Text replacement - " {{Function|Comments=" to "{{Function|Comments=") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Function|Comments= | |
− | {{Function|= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 34: | Line 33: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | |x1= <code></code> |= | + | |x1= <code></code> |EXAMPLE1= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 02:19, 22 December 2019
Hover & click on the images for descriptions
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)
Syntax
- Syntax:
- Return Value:
Examples
- Example:
- Example needed
Additional Information
- Execution:
- call
- See also:
- See also needed
- Groups:
- Uncategorised