BIS_fnc_infoText

From Bohemia Interactive Community
Revision as of 04:45, 27 January 2018 by Lou Montana (talk | contribs) (page refactor)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
Display a text in the "mission" GUI area with some effects. Good for the beginning of a mission.
Execution:
spawn
Groups:
Uncategorised

Syntax

Syntax:
[string1, string2, (...)] spawn BIS_fnc_infoText
Parameters:
Array of string
Return Value:
Nothing

Examples

Example 1:
["Somewhere on Altis", format ["year %1", date select 0], mapGridPosition player] 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