BIS fnc textTiles: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A'' |= Description
|  
<pre>
 
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
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 14:04, 28 July 2014


Hover & click on the images for description

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:

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

Notes

Bottom Section