mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 07:14:09 +00:00
script 1000-1154
This commit is contained in:
parent
a36da99798
commit
1337a9b603
24 changed files with 1225 additions and 35 deletions
|
@ -50,6 +50,7 @@ WRAPPER void CWorld::FindObjectsOfTypeInRange(uint32, CVector&, float, bool, sho
|
|||
WRAPPER void CWorld::FindObjectsOfTypeInRangeSectorList(uint32, CPtrList&, CVector&, float, bool, short*, short, CEntity**) { EAXJMP(0x4B2960); }
|
||||
WRAPPER void CWorld::FindMissionEntitiesIntersectingCube(const CVector&, const CVector&, int16*, int16, CEntity**, bool, bool, bool) { EAXJMP(0x4B3680); }
|
||||
WRAPPER void CWorld::ClearCarsFromArea(float, float, float, float, float, float) { EAXJMP(0x4B50E0); }
|
||||
WRAPPER void CWorld::ClearPedsFromArea(float, float, float, float, float, float) { EAXJMP(0x4B52B0); }
|
||||
|
||||
void
|
||||
CWorld::Initialise()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue