Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_background_hotland_roof_Step_2

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
y = original_y + ((__view_get(e__VW.YView, 0) - 6) / 4);
4
5
enum e__VW
6
{
7
    XView,
8
    YView,
9
    WView,
10
    HView,
11
    Angle,
12
    HBorder,
13
    VBorder,
14
    HSpeed,
15
    VSpeed,
16
    Object,
17
    Visible,
18
    XPort,
19
    YPort,
20
    WPort,
21
    HPort,
22
    Camera,
23
    SurfaceID
24
}