mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 23:37:33 -04:00
Decompile func0f03fde4
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user