mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-16 20:47:53 -04:00
Attempt to decompile chrTickStand
This commit is contained in:
@@ -20,7 +20,7 @@ bool weaponIsOneHanded(struct prop *prop);
|
||||
f32 chrGetRangedSpeed(struct chrdata *chr, f32 min, f32 max);
|
||||
s32 chrGetPercentageOfSlowness(struct chrdata *chr, s32 percentage);
|
||||
f32 chrGetRangedArghSpeed(struct chrdata *chr, f32 min, f32 max);
|
||||
f32 chrGetAttackEntityRelativeAngle(struct chrdata *chr, u32 attackflags, s32 entityid);
|
||||
f32 chrGetAttackEntityRelativeAngle(struct chrdata *chr, s32 attackflags, s32 entityid);
|
||||
f32 chrGetAttackEntityDistance(struct chrdata *chr, u32 attackflags, s32 entityid);
|
||||
void func0f02e3dc(struct coord *a, struct coord *b, struct coord *c, struct coord *d, struct coord *dst);
|
||||
void func0f02e4f8(struct coord *arg0, struct coord *arg1, struct coord *dst);
|
||||
@@ -251,7 +251,7 @@ bool chrTryAttackStand(struct chrdata *chr, u32 attackflags, s32 entityid);
|
||||
bool chrTryAttackKneel(struct chrdata *chr, u32 attackflags, s32 entityid);
|
||||
bool chrTryAttackLie(struct chrdata *chr, u32 attackflags, s32 entityid);
|
||||
bool chrTryModifyAttack(struct chrdata *chr, u32 attackflags, s32 entityid);
|
||||
bool chrFaceEntity(struct chrdata *chr, u32 attackflags, u32 entityid);
|
||||
bool chrFaceEntity(struct chrdata *chr, u32 attackflags, s32 entityid);
|
||||
bool chrSetPath(struct chrdata *chr, u32 path_id);
|
||||
bool chrTryStartPatrol(struct chrdata *chr);
|
||||
bool chrTrySurrender(struct chrdata *chr);
|
||||
|
||||
Reference in New Issue
Block a user