mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 00:44:09 +00:00
script 1000-1154
This commit is contained in:
parent
a36da99798
commit
1337a9b603
24 changed files with 1225 additions and 35 deletions
|
@ -99,6 +99,7 @@ void CGarages::GivePlayerDetonator()
|
|||
WRAPPER bool CGarages::HasThisCarBeenCollected(int16 garage, uint8 id) { EAXJMP(0x426D50); }
|
||||
WRAPPER void CGarages::ChangeGarageType(int16 garage, eGarageType type, int32 mi) { EAXJMP(0x4222A0); }
|
||||
WRAPPER bool CGarages::HasResprayHappened(int16 garage) { EAXJMP(0x4274F0); }
|
||||
WRAPPER bool CGarages::IsThisCarWithinGarageArea(int16 garage, CEntity* pCar) { EAXJMP(0x427570); }
|
||||
|
||||
void CGarage::OpenThisGarage()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue