Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_bullet_func_Create_0

(view raw script w/o annotations or w/e)
1
draw_end_func = function()
2
{
3
};
4
5
draw_begin_func = function()
6
{
7
};
8
9
draw_func = function()
10
{
11
    draw_self();
12
};
13
14
begin_step_func = function()
15
{
16
};
17
18
step_func = function()
19
{
20
};
21
22
end_step_func = function()
23
{
24
};
25
26
destroy_step_func = function()
27
{
28
};
29
30
event0 = function()
31
{
32
};
33
34
event1 = function()
35
{
36
};
37
38
event2 = function()
39
{
40
};
41
42
event3 = function()
43
{
44
};
45
46
event4 = function()
47
{
48
};
49
50
event5 = function()
51
{
52
};