mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 07:07:35 -04:00
Decompile propPrintDangerous
This commit is contained in:
@@ -146,7 +146,7 @@ void robotAttack(struct chrdata *chr);
|
||||
void chrTickRobotAttack(struct chrdata *chr);
|
||||
void chrTickAttack(struct chrdata *chr);
|
||||
void chrTickAttackRoll(struct chrdata *chr);
|
||||
u32 func0f043944(void);
|
||||
void propPrintDangerous(void);
|
||||
void chrTickThrowGrenade(struct chrdata *chr);
|
||||
s32 func0f043f2c(struct chrdata *chr, struct coord *runpos, s32 arg2, f32 *arg3);
|
||||
void chrTickAttackWalk(struct chrdata *chr);
|
||||
@@ -262,8 +262,8 @@ void chrSetFiring(struct chrdata *chr, s32 hand, bool firing);
|
||||
void chrStopFiring(struct chrdata *chr);
|
||||
void func0f03f988(struct chrdata *chr, s32 hand, s32 arg2);
|
||||
void func0f0429d8(struct chrdata *chr, f32 arg1, f32 arg2);
|
||||
void unregisterDangerousProp(struct prop *prop);
|
||||
void registerDangerousProp(struct prop *prop);
|
||||
void propUnsetDangerous(struct prop *prop);
|
||||
void propSetDangerous(struct prop *prop);
|
||||
bool chrDetectDangerousObject(struct chrdata *chr, u8 flags);
|
||||
void chrTickBondDie(struct chrdata *chr);
|
||||
s32 chrIsUsingLift(struct chrdata *chr);
|
||||
|
||||
Reference in New Issue
Block a user