Go to the source code of this file.
◆ func_80262130()
s32 func_80262130 |
( |
f32 | inX, |
|
|
f32 | inY, |
|
|
f32 | inZ, |
|
|
f32 | height, |
|
|
f32 | radius ) |
Definition at line 6 of file 190A10.c.
6 {
7 f32 x = inX;
8 f32 y = inY;
9 f32 z = inZ;
10 f32 hitDepth = height;
11 s32 ret = FALSE;
12 s32 combinedFlags = 0;
13
17
18 combinedFlags = colliderAheadFlags & colliderBehindFlags;
20 combinedFlags = 0;
21 }
22 }
23
24 if (combinedFlags == 1) {
25 ret = TRUE;
26 }
27
28 return ret;
29}
s32 NpcHitQueryAheadCollider
s32 NpcHitQueryBehindCollider
b32 npc_raycast_down_around(s32, f32 *, f32 *, f32 *, f32 *, f32, f32)
s32 get_collider_flags(s32 colliderID)
◆ func_8026220C()
s32 func_8026220C |
( |
f32 | arg0, |
|
|
f32 | arg1 ) |
Definition at line 31 of file 190A10.c.
31 {
32 return (arg1 > 100.0f) ? 28 : 0;
33}
◆ NpcHitQueryBehindCollider
s32 NpcHitQueryBehindCollider |
|
extern |
◆ NpcHitQueryAheadCollider
s32 NpcHitQueryAheadCollider |
|
extern |