script 1000-1154

This commit is contained in:
Nikolay Korolev 2020-02-16 23:08:54 +03:00
commit 1337a9b603
24 changed files with 1225 additions and 35 deletions

View file

@ -162,6 +162,7 @@ public:
static void SetGarageDoorToRotate(int16);
static bool HasImportExportGarageCollectedThisCar(int16, int8);
static void SetLeaveCameraForThisGarage(int16);
static bool IsThisCarWithinGarageArea(int16, CEntity*);
static int GetCarsCollectedIndexForGarageType(eGarageType type) { return type - GARAGE_COLLECTCARS_1; }
};