mirror of https://github.com/Nofated095/re-GTA.git
added InflictDamage() declaration
This commit is contained in:
parent
93a4bc31fa
commit
be2aca47cf
|
@ -266,6 +266,7 @@ public:
|
|||
void ProcessCarAlarm(void);
|
||||
bool IsSphereTouchingVehicle(float sx, float sy, float sz, float radius);
|
||||
bool ShufflePassengersToMakeSpace(void);
|
||||
void InflictDamage(CEntity *damagedBy, uint32 weaponType, float damage);
|
||||
|
||||
bool IsAlarmOn(void) { return m_nAlarmState != 0 && m_nAlarmState != -1; }
|
||||
CVehicleModelInfo* GetModelInfo() { return (CVehicleModelInfo*)CModelInfo::GetModelInfo(GetModelIndex()); }
|
||||
|
|
Loading…
Reference in New Issue