CVehicle
This commit is contained in:
@@ -83,9 +83,10 @@ public:
|
||||
float m_aWheelRotation[4];
|
||||
float m_aWheelPosition[4];
|
||||
float m_aWheelSpeed[4];
|
||||
float m_fRotorSpeed;
|
||||
uint8 field_4D8;
|
||||
uint8 bTaxiLight : 1;
|
||||
uint8 bHadDriver : 1; // for bombs
|
||||
//uint8 bHadDriver : 1; // for bombs
|
||||
uint8 bFixedColour : 1;
|
||||
uint8 bBigWheels : 1;
|
||||
uint8 bWaterTight : 1; // no damage for non-player peds
|
||||
@@ -146,7 +147,7 @@ public:
|
||||
void RemoveRefsToVehicle(CEntity *ent);
|
||||
void BlowUpCar(CEntity *ent);
|
||||
bool SetUpWheelColModel(CColModel *colModel);
|
||||
void BurstTyre(uint8 tyre);
|
||||
void BurstTyre(uint8 tyre, bool applyForces);
|
||||
bool IsRoomForPedToLeaveCar(uint32 component, CVector *doorOffset);
|
||||
float GetHeightAboveRoad(void);
|
||||
void PlayCarHorn(void);
|
||||
|
||||
Reference in New Issue
Block a user