full script basic support

This commit is contained in:
Nikolay Korolev 2020-05-17 21:43:11 +03:00
commit a5b84eb9fe
18 changed files with 675 additions and 127 deletions

View file

@ -112,12 +112,12 @@ enum eFlightModel
enum eVehicleAppearance
{
VEHICLE_NONE,
VEHICLE_CAR,
VEHICLE_BIKE,
VEHICLE_HELI,
VEHICLE_BOAT,
VEHICLE_PLANE,
VEHICLE_APPEARANCE_NONE,
VEHICLE_APPEARANCE_CAR,
VEHICLE_APPEARANCE_BIKE,
VEHICLE_APPEARANCE_HELI,
VEHICLE_APPEARANCE_BOAT,
VEHICLE_APPEARANCE_PLANE,
};
// Or Weapon.h?
@ -311,6 +311,7 @@ public:
static bool bAltDodoCheat;
#endif
static bool m_bDisableMouseSteering;
static bool bDisableRemoteDetonation;
};
void DestroyVehicleAndDriverAndPassengers(CVehicle* pVehicle);