mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 20:30:47 +00:00
Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami
This commit is contained in:
@ -8959,6 +8959,13 @@ CPed::GetWeaponSlot(eWeaponType weaponType)
|
||||
return CWeaponInfo::GetWeaponInfo(weaponType)->m_nWeaponSlot;
|
||||
}
|
||||
|
||||
// --MIAMI: Done
|
||||
bool
|
||||
CPed::CanWeRunAndFireWithWeapon(void)
|
||||
{
|
||||
return CWeaponInfo::GetWeaponInfo(GetWeapon()->m_eWeaponType)->m_bCanAimWithArm;
|
||||
}
|
||||
|
||||
void
|
||||
CPed::GoToNearestDoor(CVehicle *veh)
|
||||
{
|
||||
|
@ -797,6 +797,7 @@ public:
|
||||
int GetNextPointOnRoute(void);
|
||||
uint8 GetPedRadioCategory(uint32);
|
||||
int GetWeaponSlot(eWeaponType);
|
||||
bool CanWeRunAndFireWithWeapon(void);
|
||||
void GoToNearestDoor(CVehicle*);
|
||||
bool HaveReachedNextPointOnRoute(float);
|
||||
void Idle(void);
|
||||
|
Reference in New Issue
Block a user