mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 05:30:33 +00:00
Merge branch 'master' into garages_dev
This commit is contained in:
commit
9fb101fdd9
70 changed files with 6495 additions and 2122 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue