BIS fnc textTiles: Difference between revisions
Jump to navigation
Jump to search
_FR_starfox64 (talk | contribs) No edit summary |
(example links) |
||
Line 38: | Line 38: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[ | |x1= <code><nowiki>[</nowiki>[[parseText]] [[format]] [ "<t align='right' size='1.2'><t font='PuristaBold' size='1.6'>""%1""</t><br />%2</t>", [[toUpper]] "Mission Name", "by Mission Author"], [[true]], [[nil]], 7, 0.7, 0] [[spawn]] [[BIS_fnc_textTiles]];</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 21:59, 28 May 2015
Description
- Description:
Description: Show animated text Parameter(s): 0: Content STRING - Picture STRUCTURED TEXT - Text 1 (Optional): ARRAY - Position in format [x,y,w,h] BOOL - Use "Mission" area position (customizable in Layout options menu) 2 (Optional): ARRAY - Tile size in format [w,h] 3 (Optional): NUMBER - Duration in seconds (default: 5) 4 (Optional): NUMBER - Fade in/out time (default: 0.5) 5 (Optional): NUMBER - Tile transparency (default: 0.3) Returns: BOOL - true
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Return value needed
Examples
- Example 1:
[parseText format [ "<t align='right' size='1.2'><t font='PuristaBold' size='1.6'>""%1""</t>
%2</t>", toUpper "Mission Name", "by Mission Author"], true, nil, 7, 0.7, 0] spawn BIS_fnc_textTiles;
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