BIS fnc EXP camp playSubtitles: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Text replacement - "{{Feature | Informative | " to "{{Feature|informative|") |
||
Line 7: | Line 7: | ||
|descr= Displays the given subtitles at the correctly defined moments. Each array added to the parameters represents one subtitle. | |descr= Displays the given subtitles at the correctly defined moments. Each array added to the parameters represents one subtitle. | ||
{{Feature | | {{Feature|informative|Subtitles can be cancelled by setting {{hl|BIS_fnc_EXP_camp_playSubtitles_terminate}} to [[true]].}} | ||
|s1= [subtitleDetail1, subtitleDetail2, ...] spawn [[BIS_fnc_EXP_camp_playSubtitles]] | |s1= [subtitleDetail1, subtitleDetail2, ...] spawn [[BIS_fnc_EXP_camp_playSubtitles]] |
Latest revision as of 21:41, 16 May 2024
Description
- Description:
- Displays the given subtitles at the correctly defined moments. Each array added to the parameters represents one subtitle.
- Execution:
- spawn
- Groups:
- GUI
Syntax
- Syntax:
- [subtitleDetail1, subtitleDetail2, ...] spawn BIS_fnc_EXP_camp_playSubtitles
- Parameters:
- subtitleDetailN: Array - format [speaker, text, timing]:
- Return Value:
- Boolean - true if successful, false if not
Examples
- Example 1:
- [ ["CROSSROAD", "Mission is a go, I repeat, mission is a go! Crossroad, out.", 0] ] spawn BIS_fnc_EXP_camp_playSubtitles; // shows a subtitle immediately
- Example 2:
Additional Information
- See also:
- Conversations BIS_fnc_showSubtitle
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