1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-25 05:35:51 +00:00
re3/src/entities/PedIK.cpp
erorcun ed69be36cc Some CPed functions
Signed-off-by: eray orçunus <erayorcunus@gmail.com>
2019-06-14 17:04:29 +03:00

7 lines
310 B
C++

#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); }