Deltarune script viewer

← back to main script listing

gml_GlobalScript_instance_create_ch1

(view raw script w/o annotations or w/e)
1
function instance_create_ch1(arg0, arg1, arg2)
2
{
3
    var myDepth = object_get_depth_ch1(arg2);
4
    return instance_create_depth(arg0, arg1, myDepth, arg2);
5
}