Deltarune (Chapter 5) script viewer

← back to main script listing

gml_GlobalScript_scr_plat_set_floortex_dirty

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

function
scr_plat_set_floortex_dirty()
{ with (obj_plat_floortex_FLOOR) surfaces_need_refresh = true; }
()
2
{
3
    with (obj_plat_floortex_FLOOR)
4
        surfaces_need_refresh = true;
5
}