mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 17:00:33 +00:00
CCarCtrl::GenerateOneRandomCar
This commit is contained in:
parent
f902136b6a
commit
7e753c2596
19 changed files with 275 additions and 41 deletions
|
@ -62,6 +62,9 @@ public:
|
|||
static CVector RegenerationPoint_b;
|
||||
static CVector RegenerationForward;
|
||||
|
||||
static uint32 ms_nTotalCarPassengerPeds;
|
||||
static uint32 NumMiamiViceCops;
|
||||
|
||||
static void Initialise();
|
||||
static void Update(void);
|
||||
static void LoadPedGroups();
|
||||
|
@ -86,4 +89,6 @@ public:
|
|||
static void ConvertAllObjectsToDummyObjects(void);
|
||||
static bool TestRoomForDummyObject(CObject*);
|
||||
static bool TestSafeForRealObject(CDummyObject*);
|
||||
|
||||
static CPed* AddDeadPedInFrontOfCar(const CVector& pos, CVehicle* pCulprit);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue