From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Displays multiple lines of text in given order.

- Execution:
- spawn
- Groups:
- CampaignGUI
Syntax
- Syntax:
- [line1, line2, lineX] spawn BIS_fnc_EXP_camp_SITREP
- Parameters:
- line#: Array - lines to be displayed, format [text, fadeInTime, waitTime, fadeOutTime]:
- 0: text: String - text to be displayed
- 1: fadeInTime: Number - (Optional, default 2) fade-in duration in seconds
- 2: waitTime: Number - (Optional, default 1) how many seconds to wait before showing the next line
- 3: fadeOutTime: String - (Optional, default 2) fade-out duration in seconds. It is only used by the last line. Fades all other lines as well
- Return Value:
- Boolean - true if successful, false if not
Examples
- Example 1:
Additional Information
- See also:
- BIS_fnc_dynamicText BIS_fnc_infoText BIS_fnc_textTiles BIS_fnc_typeText2
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