Difference between revisions of "VN fnc showSubtitle"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Lou Montana moved page VN fnc showsubtitle to VN fnc showSubtitle: name standard) |
Lou Montana (talk | contribs) m (Text replacement - "call VN_" to "call [[VN_") |
||
Line 38: | Line 38: | ||
|r1d= script controlling the displayed subtitle | |r1d= script controlling the displayed subtitle | ||
− | |x1= <code>[name player, "Wow, it's so warm here!"] call VN_fnc_showSubtitle;</code> | + | |x1= <code>[name player, "Wow, it's so warm here!"] call [[VN_fnc_showSubtitle;</code> |
}} | }} |
Revision as of 20:16, 26 February 2021
{{Function
|v= 1.00
|author= Ethan Johnson, from BIS_fnc_showSubtitle
|a=
|e= local
|g1= vn_subtitle_functions
|d= Displays a subtitle at the bottom of the screen. See BIS_fnc_showSubtitle.
|s= [from, text, useTitleRsc, useCamPos] call VN_fnc_showSubtitle
|p1n= from |p1t= string |p1d= speaker's display name |p1v= ""
|p2n= text |p2t= string |p2d= subtitle content |p2v= ""
|p3n= useTitleRsc |p3t= boolean |p3d= forces titleRsc usage for subtitles |p3v= false
|p4n= useCamPos |p4t= boolean |p4d= forces the text to the bottom of the SafeZone |p4v= false
|r1t= script |r1d= script controlling the displayed subtitle
|x1= [name player, "Wow, it's so warm here!"] call [[VN_fnc_showSubtitle;
}}