mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 14:50:34 +00:00
some CAutomobile
This commit is contained in:
parent
dd162c3aa0
commit
c1e13177a1
14 changed files with 445 additions and 194 deletions
|
@ -276,7 +276,7 @@ public:
|
|||
virtual void BlowUpCar(CEntity *ent) {}
|
||||
virtual bool SetUpWheelColModel(CColModel *colModel) { return false; }
|
||||
virtual void BurstTyre(uint8 tyre, bool applyForces) {}
|
||||
virtual bool IsRoomForPedToLeaveCar(uint32 component, CVector *forcedDoorPos) { return false;}
|
||||
virtual bool IsRoomForPedToLeaveCar(uint32 component, CVector *forcedDoorPos) { return false; }
|
||||
virtual bool IsClearToDriveAway(void);
|
||||
virtual float GetHeightAboveRoad(void);
|
||||
virtual void PlayCarHorn(void) {}
|
||||
|
@ -340,6 +340,7 @@ public:
|
|||
void FireFixedMachineGuns(void);
|
||||
void ActivateBomb(void);
|
||||
void ActivateBombWhenEntered(void);
|
||||
void KillPedsInVehicle(void);
|
||||
|
||||
void SetComponentAtomicAlpha(RpAtomic *atomic, int32 alpha);
|
||||
void UpdateClumpAlpha(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue