mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 07:07:35 -04:00
Decompile chrCanSeePos
This commit is contained in:
@@ -86,9 +86,9 @@ void func0f038b9c(struct chrdata *chr, struct path *path);
|
||||
bool chrCanSeeEntity(struct chrdata *chr, struct coord *pos, s16 *rooms, bool arg3, u32 entitytype, u32 entityid);
|
||||
bool chrCanSeeAttackTarget(struct chrdata *chr, struct coord *pos, s16 *rooms, bool arg3);
|
||||
bool chrCanSeeChr(struct chrdata *chr, struct chrdata *target, s16 *room);
|
||||
bool chrCanViewPos(struct chrdata *viewerchr, struct coord *pos, s16 *rooms);
|
||||
bool func0f039474(struct chrdata *chr, struct coord *pos, s16 *room);
|
||||
bool func0f039558(struct chrdata *chr, struct prop *prop);
|
||||
bool chrHasLineOfSightToPos(struct chrdata *viewerchr, struct coord *pos, s16 *rooms);
|
||||
bool chrCanSeePos(struct chrdata *chr, struct coord *pos, s16 *room);
|
||||
bool chrCanSeeProp(struct chrdata *chr, struct prop *prop);
|
||||
bool chrIsStopped(struct chrdata *chr);
|
||||
bool chrCheckTargetInSight(struct chrdata *chr);
|
||||
bool chrIsReadyForOrders(struct chrdata *chr);
|
||||
|
||||
Reference in New Issue
Block a user