mirror of
https://github.com/halpz/re3.git
synced 2025-08-03 21:37:51 +00:00
CPed and CCivilianPed funcs done
This commit is contained in:
@ -4,6 +4,11 @@
|
||||
|
||||
class CCivilianPed : public CPed
|
||||
{
|
||||
bool m_bLookForVacantCars;
|
||||
uint32 m_nLookForVacantCarsCounter;
|
||||
bool m_bStealCarEvenIfThereIsSomeoneInIt; // unused
|
||||
bool m_bJustStoleACar;
|
||||
uint32 m_nStealWishList[16];
|
||||
bool m_bAttractorUnk;
|
||||
int32 m_nAttractorCycleState;
|
||||
public:
|
||||
@ -15,6 +20,8 @@ public:
|
||||
void UseNearbyAttractors(void);
|
||||
void FindNearbyAttractorsSectorList(CPtrList&, float&, C2dEffect*&, CEntity*&);
|
||||
bool IsAttractedTo(int8);
|
||||
void EnterVacantNearbyCars(void);
|
||||
bool IsOnStealWishList(int32);
|
||||
};
|
||||
#ifndef PED_SKIN
|
||||
VALIDATE_SIZE(CCivilianPed, 0x53C);
|
||||
|
Reference in New Issue
Block a user