mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 21:40:35 +00:00
World and Peds
This commit is contained in:
parent
3378cad058
commit
14c7c1d7ca
19 changed files with 505 additions and 17 deletions
|
@ -714,6 +714,7 @@ public:
|
|||
void RestoreHeadPosition(void);
|
||||
void PointGunAt(void);
|
||||
bool ServiceTalkingWhenDead(void);
|
||||
void SetPedPositionInTrain(void);
|
||||
|
||||
bool HasWeapon(uint8 weaponType) { return m_weapons[weaponType].m_eWeaponType == weaponType; }
|
||||
CWeapon &GetWeapon(uint8 weaponType) { return m_weapons[weaponType]; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue