mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 08:20:34 +00:00
Merge branch 'master' into script_dev
This commit is contained in:
commit
a1700eeaa4
10 changed files with 299 additions and 23 deletions
|
@ -766,6 +766,7 @@ public:
|
|||
void SetPedState(PedState state) { m_nPedState = state; }
|
||||
bool DyingOrDead(void) { return m_nPedState == PED_DIE || m_nPedState == PED_DEAD; }
|
||||
void ReplaceWeaponWhenExitingVehicle(void);
|
||||
bool IsNotInWreckedVehicle();
|
||||
|
||||
// set by 0482:set_threat_reaction_range_multiplier opcode
|
||||
static uint16 &nThreatReactionRangeMultiplier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue