Decompile handGetWeaponInfo

This commit is contained in:
Ryan Dwyer
2021-03-03 23:22:32 +10:00
parent 85b9a73b6c
commit 61f232e36e
3 changed files with 23 additions and 33 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ void func0f0988e0(struct remoteminething *arg0, bool arg1, struct hand *hand);
u32 func0f098a44(void);
u32 func0f098bfc(void);
u32 func0f098c0c(void);
void func0f098c4c(s32 *arg1, s32 handnum);
s32 func0f098ca0(s32 arg0, s32 *arg1, struct hand *hand);
void handGetWeaponInfo(struct handweaponinfo *info, s32 handnum);
s32 func0f098ca0(s32 arg0, struct handweaponinfo *info, struct hand *hand);
u32 func0f098df8(void);
u32 func0f098f8c(void);
bool func0f099008(s32 handnum);
+6
View File
@@ -6851,4 +6851,10 @@ struct aibotweaponpreference {
u16 unk0e_03 : 1;
};
struct handweaponinfo {
s32 weaponnum;
struct weapon *definition;
struct gunctrl *gunctrl;
};
#endif