mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 21:09:30 +00:00
CPlayerInfo done
This commit is contained in:
parent
d1141f468c
commit
6cbf1db519
7 changed files with 374 additions and 28 deletions
|
@ -29,8 +29,8 @@ public:
|
|||
int32 m_nCollectedPackages;
|
||||
int32 m_nTotalPackages;
|
||||
uint32 m_nLastBumpPlayerCarTimer;
|
||||
uint32 m_nSwitchTaxiTime;
|
||||
bool m_bSwitchTaxi;
|
||||
uint32 m_nUnusedTaxiTimer;
|
||||
bool m_bUnusedTaxiThing;
|
||||
int8 field_197;
|
||||
int8 field_198;
|
||||
int8 field_199;
|
||||
|
@ -87,6 +87,7 @@ public:
|
|||
void EvaluateCarPosition(CEntity*, CPed*, float, float*, CVehicle**);
|
||||
void LoadPlayerInfo(uint8 *buf, uint32 size);
|
||||
void SavePlayerInfo(uint8 *buf, uint32* size);
|
||||
void FindClosestCarSectorList(CPtrList&, CPed*, float, float, float, float, float*, CVehicle**);
|
||||
|
||||
~CPlayerInfo() { };
|
||||
void dtor(void) { this->CPlayerInfo::~CPlayerInfo(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue