BIS fnc showSubtitle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1 = Ambient |GROUP1=")
mNo edit summary
Line 7: Line 7:
|1.00|Game version=
|1.00|Game version=


|gr1 = Ambient |GROUP1=
|gr1 = GUI |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 39: Line 39:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Ambient|{{uc:ambientAnimCombat}}]]
[[Category:Functions|{{uc:ambientAnimCombat}}]]
[[Category:Functions|{{uc:ambientAnimCombat}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:ambientAnimCombat}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:ambientAnimCombat}}]]

Revision as of 16:33, 11 October 2020


Hover & click on the images for description

Description

Description:
Displays a subtitle at the bottom of the screen.
If you want to play more subtitles, or want them to be played at a certain time, it might be easier to use BIS_fnc_EXP_camp_playSubtitles.
Execution:
spawn
Groups:
GUI

Syntax

Syntax:
[name, subtitle] spawn BIS_fnc_showSubtitle;
Parameters:
name: String - name of the speaker
subtitle: String - subtitle to display
Return Value:
Script - Script controlling the displayed subtitle.

Examples

Example 1:
["CROSSROAD", "Mission is a go, I repeat, mission is a go, Crossroad, out."] spawn BIS_fnc_showSubtitle;

Additional Information

See also:
Conversations BIS_fnc_EXP_camp_playSubtitles

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

Notes

Bottom Section