Deltarune (Chapter 3) script viewer

← back to main script listing

gml_GlobalScript_scr_video_caption

(view raw script w/o annotations or w/e)
1
function 
scr_video_caption
scr_video_caption

function
scr_video_caption(arg0, arg1, arg2) constructor
{ caption_text = arg0; time_start = arg1; time_end = arg2; }
(arg0, arg1, arg2) constructor
2
{
3
    caption_text = arg0;
4
    time_start = arg1;
5
    time_end = arg2;
6
}