mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 11:44:10 +00:00
Full CGameLogic
This commit is contained in:
parent
3e25726697
commit
69963cea68
19 changed files with 400 additions and 6 deletions
|
@ -41,6 +41,7 @@ bool &CWorld::bIncludeCarTyres = *(bool*)0x95CDAA;
|
|||
WRAPPER void CWorld::ShutDown(void) { EAXJMP(0x4AE450); }
|
||||
WRAPPER void CWorld::RemoveReferencesToDeletedObject(CEntity*) { EAXJMP(0x4B3BF0); }
|
||||
WRAPPER void CWorld::FindObjectsKindaColliding(const CVector &, float, bool, int16*, int16, CEntity **, bool, bool, bool, bool, bool){ EAXJMP(0x4B2A30); }
|
||||
WRAPPER void CWorld::ClearExcitingStuffFromArea(const CVector &pos, float radius, uint8) { EAXJMP(0x4B4E70) };
|
||||
|
||||
void
|
||||
CWorld::Initialise()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue