CCarCtrl::GenerateOneRandomVehicle!

This commit is contained in:
Nikolay Korolev
2019-08-07 00:32:19 +03:00
parent 20d1381a0f
commit 4ae4bc94c6
16 changed files with 599 additions and 8 deletions

View File

@@ -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*);
};