mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 07:34:08 +00:00
implemented some CVehicle functions
This commit is contained in:
parent
d62c616545
commit
396b43cbd4
9 changed files with 513 additions and 70 deletions
|
@ -10,3 +10,4 @@ float &CPopulation::PedDensityMultiplier = *(float*)0x5FA56C;
|
|||
|
||||
WRAPPER void CPopulation::UpdatePedCount(uint32, bool) { EAXJMP(0x4F5A60); }
|
||||
WRAPPER void CPopulation::DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool) { EAXJMP(0x4F6200); }
|
||||
WRAPPER CPed *CPopulation::AddPedInCar(CVehicle *vehicle) { EAXJMP(0x4F5800); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue