mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 12:10:33 +00:00
CPlayerPed done
This commit is contained in:
parent
d1700b3257
commit
f307839a2b
12 changed files with 369 additions and 18 deletions
|
@ -530,8 +530,8 @@ public:
|
|||
void AimGun(void);
|
||||
void KillPedWithCar(CVehicle *veh, float impulse);
|
||||
void Say(uint16 audio);
|
||||
void SetLookFlag(CEntity *target, bool unknown);
|
||||
void SetLookFlag(float direction, bool unknown);
|
||||
void SetLookFlag(CEntity *target, bool keepTryingToLook);
|
||||
void SetLookFlag(float direction, bool keepTryingToLook);
|
||||
void SetLookTimer(int time);
|
||||
void SetDie(AnimationId anim, float arg1, float arg2);
|
||||
void SetDead(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue