BIS fnc infoText: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (seeAlso edited) |
Lou Montana (talk | contribs) (page refactor) |
||
Line 6: | Line 6: | ||
|1.51|= Game version | |1.51|= Game version | ||
|eff= local |= Multiplayer Arguments | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Display a text in the "mission" GUI area with some effects. Good for the beginning of a mission. |= Description | ||
____________________________________________________________________________________________ | |||
| [string1, string2, (...)] spawn [[BIS_fnc_infoText]] |= Syntax | |||
|p1= [[Array]] of [[String|string]] |= Parameter 1 | |||
| [[Nothing]] |= Return value | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| < | |x1= <code>["Somewhere on Altis", format ["year %1", date select 0], mapGridPosition player] spawn BIS_fnc_infoText;</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | |exec= spawn |= Execution By | ||
| [[BIS_fnc_dynamicText]], [[BIS_fnc_textTiles]], [[BIS_fnc_typeText]], [[BIS_fnc_typeText2]] |= See also | | [[BIS_fnc_dynamicText]], [[BIS_fnc_textTiles]], [[BIS_fnc_typeText]], [[BIS_fnc_typeText2]] |= See also |
Revision as of 03:45, 27 January 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