mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 07:07:35 -04:00
Decompile weaponIsOneHanded
This commit is contained in:
@@ -2784,6 +2784,7 @@
|
||||
#define WEAPON_DISABLED 0x5c
|
||||
#define WEAPON_SUICIDEPILL 0x5d
|
||||
|
||||
#define WEAPONFLAG_ONEHANDED 0x00000008
|
||||
#define WEAPONFLAG_00000010 0x00000010
|
||||
#define WEAPONFLAG_TRACKTIMEUSED 0x00000200
|
||||
#define WEAPONFLAG_DUALWIELD 0x00001000
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
f32 func0f02dff0(u32 animnum);
|
||||
u32 func0f02e064(struct chrdata *chr);
|
||||
bool func0f02e124(struct prop *prop);
|
||||
bool weaponIsOneHanded(struct prop *prop);
|
||||
f32 func0f02e15c(struct chrdata *chr, f32 arg1, f32 arg2);
|
||||
s32 func0f02e1cc(struct chrdata *chr, s32 arg1);
|
||||
u32 func0f02e260(void);
|
||||
|
||||
Reference in New Issue
Block a user