mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 13:50:35 +00:00
Fixes&Peds
This commit is contained in:
parent
d61430fbba
commit
2d998b2416
7 changed files with 368 additions and 8 deletions
|
@ -669,7 +669,7 @@ public:
|
|||
bool PlacePedOnDryLand(void);
|
||||
bool PossiblyFindBetterPosToSeekCar(CVector*, CVehicle*);
|
||||
void UpdateFromLeader(void);
|
||||
int ScanForThreats(void);
|
||||
uint32 ScanForThreats(void);
|
||||
void SetEnterCar(CVehicle*, uint32);
|
||||
bool WarpPedToNearEntityOffScreen(CEntity*);
|
||||
void SetExitCar(CVehicle*, uint32);
|
||||
|
@ -678,6 +678,7 @@ public:
|
|||
void SetEnterTrain(CVehicle*, uint32);
|
||||
void SetEnterCar_AllClear(CVehicle*, uint32, uint32);
|
||||
void SetSolicit(uint32 time);
|
||||
void ScanForInterestingStuff(void);
|
||||
|
||||
// Static methods
|
||||
static CVector GetLocalPositionToOpenCarDoor(CVehicle *veh, uint32 component, float offset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue