mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 11:00:33 +00:00
CCarCtrl::GenerateOneRandomVehicle!
This commit is contained in:
parent
20d1381a0f
commit
4ae4bc94c6
16 changed files with 599 additions and 8 deletions
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "AutoPilot.h"
|
||||
|
||||
class CVehicle;
|
||||
|
||||
class CCarAI
|
||||
|
@ -7,4 +9,7 @@ class CCarAI
|
|||
public:
|
||||
static void UpdateCarAI(CVehicle*);
|
||||
static void MakeWayForCarWithSiren(CVehicle *veh);
|
||||
static int32 FindPoliceCarSpeedForWantedLevel(CVehicle*);
|
||||
static eCarMission FindPoliceCarMissionForWantedLevel();
|
||||
static void AddPoliceOccupants(CVehicle*);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue