BIS_fnc_infoText

From Bohemia Interactive Community
Revision as of 22:39, 23 January 2018 by Lou Montana (talk | contribs) (seeAlso edited)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/*
	File: infoText.sqf

	Description:
	Info with some ffect.

	Parameter(s):
	_this: Array containing lines of text (String)
*/
[str("You Text") , str(date select 1) + "." + str(date select 2) + "." + str(date select 0), str("You Text")] spawn BIS_fnc_infoText;</

(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:
For Arma 3 : [str("You Text") , str(date select 1) + "." + str(date select 2) + "." + str(date select 0), str("You Text")] spawn BIS_fnc_infoText;

Additional Information

See also:
BIS_fnc_dynamicTextBIS_fnc_textTilesBIS_fnc_typeTextBIS_fnc_typeText2

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