mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 03:34:09 +00:00
More CCarCtrl
This commit is contained in:
parent
1fa2fe566c
commit
0303955de3
3 changed files with 84 additions and 2 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
static void GenerateEmergencyServicesCar(void);
|
||||
static int32 ChooseModel(CZoneInfo*, CVector*, int*);
|
||||
static int32 ChoosePoliceCarModel(void);
|
||||
static int32 ChooseGangCarModel(int32 gang);
|
||||
|
||||
static int32 &NumLawEnforcerCars;
|
||||
static int32 &NumAmbulancesOnDuty;
|
||||
|
@ -54,4 +55,7 @@ public:
|
|||
static int8 &CountDownToCarsAtStart;
|
||||
static int32 &MaxNumberOfCarsInUse;
|
||||
static uint32 &LastTimeLawEnforcerCreated;
|
||||
static int32 (&TotalNumOfCarsOfRating)[7];
|
||||
static int32 (&NextCarOfRating)[7];
|
||||
static int32 (&CarArrays)[7][256];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue