mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 02:00:34 +00:00
finished CBoat
This commit is contained in:
parent
a622c9e877
commit
3aae52d220
10 changed files with 695 additions and 68 deletions
|
@ -269,6 +269,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