BIS fnc infoText: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Add capital to Year (:) |
m (added preview gif) |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Display a text in the "mission" GUI area with some effects. Good for the beginning of a mission. |= Description | | Display a text in the "mission" GUI area with some effects. Good for the beginning of a mission. | ||
[[File:BIS fnc infoText.gif|thumb|left|400px|Example 1 (Click to enlarge)]]|= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 10:21, 1 May 2018
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
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