Some CPed functions

Signed-off-by: eray orçunus <erayorcunus@gmail.com>
This commit is contained in:
erorcun
2019-06-14 15:33:08 +03:00
committed by eray orçunus
parent 54837368c3
commit ed69be36cc
4 changed files with 131 additions and 4 deletions

7
src/entities/PedIK.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include "common.h"
#include "patcher.h"
#include "Ped.h"
WRAPPER void CPedIK::GetComponentPosition(RwV3d* pos, int id) { EAXJMP(0x4ED0F0); }
WRAPPER bool CPedIK::PointGunInDirection(float phi, float theta) { EAXJMP(0x4ED9B0); }
WRAPPER bool CPedIK::PointGunAtPosition(CVector* position) { EAXJMP(0x4ED920); }