Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_GMLive_tools

(view raw script w/o annotations or w/e)
1
function live_update_script_impl(arg0, arg1, arg2)
2
{
3
}
4
5
function sprite_set_live(arg0, arg1)
6
{
7
}
8
9
function room_set_live(arg0, arg1)
10
{
11
}
12
13
function room_goto_live(arg0)
14
{
15
}
16
17
function live_constant_add(arg0, arg1)
18
{
19
}
20
21
function live_constant_delete(arg0)
22
{
23
    return false;
24
}
25
26
function live_variable_add(arg0, arg1)
27
{
28
}
29
30
function live_variable_delete(arg0)
31
{
32
    return false;
33
}
34
35
function live_function_add(arg0, arg1)
36
{
37
}
38
39
function live_function_delete(arg0)
40
{
41
    return false;
42
}
43
44
function live_throw_error(arg0)
45
{
46
}
47
48
function live_execute_string(arg0)
49
{
50
    return false;
51
}
52
53
function live_snippet_create(arg0, arg1 = "snippet")
54
{
55
    return undefined;
56
}
57
58
function live_snippet_destroy(arg0)
59
{
60
}
61
62
function live_snippet_call(arg0)
63
{
64
    return false;
65
}
66
67
function live_update()
68
{
69
}
70
71
function live_init(arg0, arg1, arg2)
72
{
73
}