Deltarune script viewer

← back to main script listing

gml_GlobalScript_scr_84_get_sprite

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

function scr_84_get_sprite(arg0) { return ds_map_find_value(global.chemg_sprite_map, arg0); }
(arg0)
2
{
3
    return ds_map_find_value(global.chemg_sprite_map, arg0);
4
}