Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_roaringknight_splitslash_Create_0

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

function
scr_bullet_init()
{ grazed = 0; grazetimer = 0; destroyonhit = 1; target = 0; inv = 60; damage = 10; element = 0; grazepoints = 1; timepoints = 1; active = 1; updateimageangle = 0; }
();
2
active = false;
3
timer = 0;
4
image_alpha = 1;
5
image_speed = 0;
6
slash = false;
7
destroyonhit = false;
8
thickness = 10;
9
image_blend = c_black;
10
trailthickness = 10;
11
xdir = 0;
12
ydir = 0;
13
xdraw = 250;
14
ydraw = 250;
15
init = false;
16
flip = choose(-1, 1);
17
timer = 0;
18
damage = 206;
19
element = 5;
20
grazepoints = 10;
21
slashmarker = -4;
22
vertical = false;
23
memheartx = 0;
24
memhearty = 0;
25
playerstrike = false;
26
xoffset = 0;
27
yoffset = 0;
28
angleoffset = 0;
29
startdepth = depth;
30
difficulty = 0;
31
slice_delay = 5;
32
hurt_delay = 15;
33
diagonal = false;