mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 12:40:34 +00:00
World and Peds
This commit is contained in:
parent
3378cad058
commit
14c7c1d7ca
19 changed files with 505 additions and 17 deletions
|
@ -31,7 +31,7 @@ class CPedIK
|
|||
public:
|
||||
enum {
|
||||
FLAG_1 = 1,
|
||||
LOOKING = 2,
|
||||
LOOKING = 2, // looking while in car?
|
||||
AIMS_WITH_ARM = 4,
|
||||
};
|
||||
|
||||
|
@ -44,6 +44,8 @@ public:
|
|||
|
||||
static LimbMovementInfo &ms_torsoInfo;
|
||||
static LimbMovementInfo &ms_headInfo;
|
||||
static LimbMovementInfo &ms_upperArmInfo;
|
||||
static LimbMovementInfo &ms_lowerArmInfo;
|
||||
|
||||
CPedIK(CPed *ped);
|
||||
bool PointGunInDirection(float phi, float theta);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue