mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 09:40:33 +00:00
some not fully tested stuff
This commit is contained in:
parent
5ef291ddf2
commit
80453d3f4d
15 changed files with 920 additions and 42 deletions
|
@ -4,4 +4,5 @@
|
|||
#include "Projectile.h"
|
||||
|
||||
|
||||
WRAPPER bool CProjectileInfo::RemoveIfThisIsAProjectile(CObject *pObject) { EAXJMP(0x55BBD0); }
|
||||
WRAPPER bool CProjectileInfo::RemoveIfThisIsAProjectile(CObject *pObject) { EAXJMP(0x55BBD0); }
|
||||
WRAPPER bool CProjectileInfo::IsProjectileInRange(float x1, float x2, float y1, float y2, float z1, float z2, bool remove) { EAXJMP(0x55BA50); }
|
||||
|
|
|
@ -6,4 +6,5 @@ class CProjectileInfo
|
|||
{
|
||||
public:
|
||||
static bool RemoveIfThisIsAProjectile(CObject *pObject);
|
||||
static bool IsProjectileInRange(float x1, float x2, float y1, float y2, float z1, float z2, bool remove);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue