mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 07:50:34 +00:00
Finished CExplosion
This commit is contained in:
parent
5a034097c9
commit
cb262c791e
8 changed files with 429 additions and 50 deletions
|
@ -238,6 +238,7 @@ public:
|
|||
bool IsTrain(void) { return m_vehType == VEHICLE_TYPE_TRAIN; }
|
||||
bool IsHeli(void) { return m_vehType == VEHICLE_TYPE_HELI; }
|
||||
bool IsPlane(void) { return m_vehType == VEHICLE_TYPE_PLANE; }
|
||||
bool IsBike(void) { return m_vehType == VEHICLE_TYPE_BIKE; }
|
||||
|
||||
void FlyingControl(eFlightModel flightModel);
|
||||
void ProcessWheel(CVector &wheelFwd, CVector &wheelRight, CVector &wheelContactSpeed, CVector &wheelContactPoint,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue