mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-18 13:13:11 -04:00
Rename functions and an AI command relating to FOV checks
This commit is contained in:
@@ -173,8 +173,8 @@ f32 chrGetAngleToPos(struct chrdata *chr, struct coord *pos);
|
||||
u32 func0f048b78(void);
|
||||
f32 chrGetAngleFromTargetsFov(struct chrdata *chr);
|
||||
f32 chrGetVerticalAngleToTarget(struct chrdata *chr);
|
||||
bool func0f048e74(struct chrdata *chr, u8 arg1);
|
||||
bool func0f048f20(struct chrdata *chr, u8 arg1);
|
||||
bool chrIsInTargetsFovX(struct chrdata *chr, u8 fov360);
|
||||
bool chrIsVerticalAngleToTargetWithin(struct chrdata *chr, u8 arg1);
|
||||
f32 func0f048fcc(struct chrdata *chr, u8 arg1);
|
||||
bool chrIsTargetInFov(struct chrdata *chr, u8 arg1, u8 arg2);
|
||||
bool func0f04911c(struct chrdata *chr, struct coord *pos, u8 arg2);
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
/*0x004b*/ bool aiIfNearMiss(void);
|
||||
/*0x004c*/ bool aiIfSeesSuspiciousItem(void);
|
||||
/*0x004d*/ bool aiIfTargetInFovLeft(void);
|
||||
/*0x004e*/ bool ai004e(void);
|
||||
/*0x004e*/ bool aiIfCheckFovWithTarget(void);
|
||||
/*0x004f*/ bool aiIfTargetOutOfFovLeft(void);
|
||||
/*0x0050*/ bool aiIfTargetInFov(void);
|
||||
/*0x0051*/ bool aiIfTargetOutOfFov(void);
|
||||
|
||||
Reference in New Issue
Block a user