BIS fnc infoText: Difference between revisions
Jump to navigation
Jump to search
m (example formatting) |
m (formatting) |
||
Line 14: | Line 14: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [ | | [string_1, string_2, string_n] spawn [[BIS_fnc_infoText]] |= Syntax | ||
|p1= [[Array]] of [[String| | |p1= [[Array]] of [[String|strings]] |= Parameter 1 | ||
| [[Nothing]] |= Return value | | [[Nothing]] |= Return value |
Revision as of 19:46, 2 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:
- [string_1, string_2, string_n] spawn BIS_fnc_infoText
- Parameters:
- Array of strings
- 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