Decompile func0f03fde4

This commit is contained in:
Ryan Dwyer
2021-04-27 19:17:22 +10:00
parent 9a3867b927
commit c0c78fa0d3
3 changed files with 52 additions and 89 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ void func0f03e9f4(struct chrdata *chr, struct act_attackamount_2c *arg1, s32 arg
u32 func0f03f778(void);
f32 chrGetAimLimitAngle(f32 sqdist);
void chrCalculateHit(struct chrdata *chr, bool *angleokptr, bool *hit, struct shorthand *hand);
u32 func0f03fde4(void);
bool func0f03fde4(struct chrdata *chr, s32 handnum, struct coord *arg2);
void chrCalculateShieldHit(struct chrdata *chr, struct coord *pos, struct coord *vector, struct modelnode **node, s32 *ibh, struct model **model, s32 *side);
void func0f04031c(struct coord *coord, f32 arg1, struct coord *coord2, f32 *arg3);
u32 func0f0404d4(void);
+5
View File
@@ -597,6 +597,10 @@ struct modelnode_positionheld { // type 0x15
struct coord pos;
};
struct modelnode_type16 { // type 0x16
struct coord pos;
};
struct modelnode_headspot { // type 0x17
u16 index;
};
@@ -622,6 +626,7 @@ union modelnode_data {
struct modelnode_gunfire gunfire;
struct modelnode_partid partid;
struct modelnode_positionheld positionheld;
struct modelnode_type16 type16;
struct modelnode_headspot headspot;
struct modelnode_displaylist displaylist;
};