mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 12:59:41 -04:00
Decompile propFindForInteract
This commit is contained in:
@@ -28,8 +28,8 @@ void handInflictCloseRangeDamage(s32 handnum, struct gset *gset, bool arg2);
|
||||
void handTickAttack(s32 handnum);
|
||||
void handsTickAttack(void);
|
||||
void propExecuteTickOperation(struct prop *prop, s32 op);
|
||||
struct prop *currentPlayerFindPropForInteract(bool eyespy);
|
||||
void func0f062dd0(void);
|
||||
struct prop *propFindForInteract(bool eyespy);
|
||||
void propFindForUplink(void);
|
||||
bool currentPlayerInteract(bool eyespy);
|
||||
void propPause(struct prop *prop);
|
||||
void propUnpause(struct prop *prop);
|
||||
|
||||
@@ -240,7 +240,7 @@ u32 func0f085e00(void);
|
||||
u32 func0f085eac(void);
|
||||
u32 propobjGetCiTagId(struct prop *prop);
|
||||
bool objIsHealthy(struct defaultobj *obj);
|
||||
bool func0f0869cc(struct prop *prop);
|
||||
bool objTestForInteract(struct prop *prop);
|
||||
bool currentPlayerTryMountHoverbike(struct prop *prop);
|
||||
bool propobjInteract(struct prop *prop);
|
||||
void propObjSetOrUnsetHiddenFlag00400000(struct prop *prop, bool enable);
|
||||
|
||||
Reference in New Issue
Block a user