BIS fnc EXP camp playSubtitles: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1 = GUI |GROUP1= | |gr1 = GUI |GROUP1= | ||
| Displays the given subtitles at the correctly defined moments. Each array added to the parameters represents one subtitle. | | Displays the given subtitles at the correctly defined moments. Each array added to the parameters represents one subtitle. | ||
{{Informative | Subtitles can be cancel by setting <tt>BIS_fnc_EXP_camp_playSubtitles_terminate</tt> to [[true]].}} | {{Informative | Subtitles can be cancel by setting <tt>BIS_fnc_EXP_camp_playSubtitles_terminate</tt> to [[true]].}} | ||
|DESCRIPTION= | |DESCRIPTION= | ||
| [subtitleDetail1, subtitleDetail2, ...] spawn [[BIS_fnc_EXP_camp_playSubtitles]] | | [subtitleDetail1, subtitleDetail2, ...] spawn [[BIS_fnc_EXP_camp_playSubtitles]] | ||
Line 22: | Line 19: | ||
| [[Boolean]] - [[true]] if successful, [[false]] if not |RETURNVALUE= | | [[Boolean]] - [[true]] if successful, [[false]] if not |RETURNVALUE= | ||
|x1= <code>[ | |x1= <code>[ | ||
Line 33: | Line 29: | ||
["Speaker4", "Subtitle5", 15] | ["Speaker4", "Subtitle5", 15] | ||
] [[spawn]] [[BIS_fnc_EXP_camp_playSubtitles]]; {{cc|Displays 4 subtitles with 5 seconds between them}}</code> |EXAMPLE2= | ] [[spawn]] [[BIS_fnc_EXP_camp_playSubtitles]]; {{cc|Displays 4 subtitles with 5 seconds between them}}</code> |EXAMPLE2= | ||
|exec= spawn |Execution By (defaults to [[call]] if omitted)= | |exec= spawn |Execution By (defaults to [[call]] if omitted)= |
Revision as of 21:59, 16 January 2021
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:
[ ["Speaker1", "Subtitle1", 0], ["Speaker2", "Subtitle2", 5], ["Speaker3", "Subtitle3", 10], ["Speaker4", "Subtitle5", 15] ] spawn BIS_fnc_EXP_camp_playSubtitles; // Displays 4 subtitles with 5 seconds between them
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