BIS fnc infoText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Undo revision 237347 by R3vo (talk))
Tag: Undo
m (endl for image)
Line 7: Line 7:
|gr1= GUI
|gr1= GUI


|eff= local| Display a text in the "mission" GUI area with some effects. Good for the beginning of a mission.
|eff= local| Display a text in the "mission" GUI area with some effects. Good for the beginning of a mission.<br>
[[File:BIS fnc infoText.gif|thumb|left|400px|Example 1 (Click to enlarge)]]
[[File:BIS fnc infoText.gif|left|400px|Example 1 (Click to enlarge)]]


| [string_1, string_2, string_n] spawn [[BIS_fnc_infoText]]
| [string_1, string_2, string_n] spawn [[BIS_fnc_infoText]]

Revision as of 02:00, 5 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
spawn
Groups:
GUI

Syntax

Syntax:
Syntax needed
Parameters:
Array of strings
Return Value:
Return value needed

Examples

Example 1:
[ "Somewhere on Altis", format ["Year %1", date select 0], mapGridPosition player ] spawn BIS_fnc_infoText;

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