VN fnc showSubtitle

From Savage Game Design Wiki
Revision as of 20:16, 26 February 2021 by Lou Montana (talk | contribs) (Text replacement - "call VN_" to "call [[VN_")
Jump to navigation Jump to search

{{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; }}