mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 09:09:21 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
3b0cd93f89
26 changed files with 1587 additions and 228 deletions
|
@ -270,6 +270,7 @@ public:
|
|||
bool IsSphereTouchingVehicle(float sx, float sy, float sz, float radius);
|
||||
bool ShufflePassengersToMakeSpace(void);
|
||||
void InflictDamage(CEntity *damagedBy, eWeaponType weaponType, float damage);
|
||||
void DoFixedMachineGuns(void);
|
||||
|
||||
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