BIS fnc showSubtitle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(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."] [[spawn]] [[BIS_fnc_showSubtitle]]e</code> |= Example 1
|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 11: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


}}

Notes

Bottom Section