BIS fnc infoText: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) |
||
Line 26: | Line 26: | ||
|exec= spawn | |exec= spawn | ||
|seealso= [[BIS_fnc_dynamicText]] | |seealso= [[BIS_fnc_dynamicText]] [[BIS_fnc_textTiles]], [[BIS_fnc_typeText]], [[BIS_fnc_typeText2]], [[BIS_fnc_EXP_camp_SITREP]] | ||
}} | }} |
Revision as of 22:37, 20 January 2022
Description
- Description:
- Display a text in the "mission" GUI area with some effects. Good for the beginning of a mission.
- Execution:
- spawn
- Groups:
- GUI
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
- See also:
- BIS_fnc_dynamicText BIS_fnc_textTilesBIS_fnc_typeTextBIS_fnc_typeText2BIS_fnc_EXP_camp_SITREP
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