mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 15:50:38 +00:00
More peds
This commit is contained in:
parent
c3c9b1c40e
commit
e5d089db88
6 changed files with 456 additions and 16 deletions
|
@ -266,6 +266,7 @@ public:
|
|||
void RemoveDriver(void);
|
||||
void ProcessCarAlarm(void);
|
||||
bool IsSphereTouchingVehicle(float sx, float sy, float sz, float radius);
|
||||
bool ShufflePassengersToMakeSpace(void);
|
||||
|
||||
bool IsAlarmOn(void) { return m_nAlarmState != 0 && m_nAlarmState != -1; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue