Deltarune (Chapter 2) script viewer

← back to main script listing

gml_GlobalScript_scr_writer_autocenter

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

function
scr_writer_autocenter(arg0)
{ with (obj_writer) autocenter = arg0; }
(arg0)
2
{
3
    with (obj_writer)
4
        autocenter = arg0;
5
}