BIS fnc showSubtitle: Difference between revisions
(Created page with " {{Function|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.00|= Game version _______________...") |
No edit summary |
||
Line 21: | Line 21: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>["CROSSROAD", "Mission is a go, I repeat, mission is a go, Crossroad, out."] | |x1= <code>["CROSSROAD", "Mission is a go, I repeat, mission is a go, Crossroad, out."] '''spawn]] [[BIS_fnc_showSubtitle'''</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 10:26, 31 July 2016
{{Function|= Comments ____________________________________________________________________________________________
| arma3 |= Game name
|1.00|= Game version ____________________________________________________________________________________________
| Displays a subtitle at the bottom of the screen. Template:note |= Description ____________________________________________________________________________________________
| [Name,Subtitle] spawn BIS_fnc_showSubtitle;
|p1= Name String - Name of the speaker |= Parameter 1 |p2= Subtitle String - Subtitle |= Parameter 2
| Script - Script controlling the displayed subtitle. |= return ____________________________________________________________________________________________
|x1= ["CROSSROAD", "Mission is a go, I repeat, mission is a go, Crossroad, out."] spawn]] [[BIS_fnc_showSubtitle
|= Example 1
____________________________________________________________________________________________
|exec= spawn |= Execution By (defaults to call if omitted)
|BIS_fnc_EXP_camp_playSubtitles|= See also
}}