Deltarune script viewer

← back to main script listing

gml_GlobalScript_scr_orbitaroundpoint_dx

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

function scr_orbitaroundpoint_dx(arg0, arg1, arg2, arg3) { x = arg0 + lengthdir_x(arg2, arg3); y = arg1 + lengthdir_y(arg2, arg3); }
(arg0, arg1, arg2, arg3)
2
{
3
    x = arg0 + lengthdir_x(arg2, arg3);
4
    y = arg1 + lengthdir_y(arg2, arg3);
5
}