-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path[proc,script4738].cs2
45 lines (45 loc) · 1.62 KB
/
[proc,script4738].cs2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// 4738
[proc,script4738](component $component0, int $int1, int $int2, component $component3, int $int4, int $int5)(int)
def_int $int6 = 0;
def_int $int7 = 0;
def_int $width8 = if_getwidth($component0);
def_int $height9 = if_getheight($component0);
$int6, $int7 = ~script4735($component0);
$int6 = calc($int6 + $int1);
$int7 = calc($int7 + $int2);
def_int $int10 = 0;
def_int $int11 = 0;
def_int $width12 = if_getwidth($component3);
def_int $height13 = if_getheight($component3);
$int10, $int11 = ~script4735($component3);
$int10 = calc($int10 + $int4);
$int11 = calc($int11 + $int5);
if ($int6 >= $int10 & $int6 <= calc($int10 + $width12)) {
if ($int7 >= $int11 & $int7 <= calc($int11 + $height13)) {
return(1);
} else if (calc($int7 + $height9) >= $int11 & calc($int7 + $height9) <= calc($int11 + $height13)) {
return(1);
}
}
if (calc($int6 + $width8) >= $int10 & calc($int6 + $width8) <= calc($int10 + $width12)) {
if ($int7 >= $int11 & $int7 <= calc($int11 + $height13)) {
return(1);
} else if (calc($int7 + $height9) >= $int11 & calc($int7 + $height9) <= calc($int11 + $height13)) {
return(1);
}
}
if ($int10 >= $int6 & $int10 <= calc($int6 + $width8)) {
if ($int11 >= $int7 & $int11 <= calc($int7 + $height9)) {
return(1);
} else if (calc($int11 + $height13) >= $int7 & calc($int11 + $height13) <= calc($int7 + $height9)) {
return(1);
}
}
if (calc($int10 + $width12) >= $int6 & calc($int10 + $width12) <= calc($int6 + $width8)) {
if ($int11 >= $int7 & $int11 <= calc($int7 + $height9)) {
return(1);
} else if (calc($int11 + $height13) >= $int7 & calc($int11 + $height13) <= calc($int7 + $height9)) {
return(1);
}
}
return(0);