World and Peds

This commit is contained in:
eray orçunus
2019-09-12 03:43:18 +03:00
parent 3378cad058
commit 14c7c1d7ca
19 changed files with 505 additions and 17 deletions

View File

@ -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);