BIS fnc EXP camp playSubtitles: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1 = Ambient |GROUP1=") |
mNo edit summary |
||
Line 6: | Line 6: | ||
|1.62|Game version= | |1.62|Game version= | ||
|gr1 = | |gr1 = GUI |GROUP1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 48: | Line 48: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:ambientAnimCombat}}]] | [[Category:Functions|{{uc:ambientAnimCombat}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:ambientAnimCombat}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:ambientAnimCombat}}]] |
Revision as of 15:33, 11 October 2020
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