mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 04:54:08 +00:00
script 900-999 init
This commit is contained in:
parent
76b8e09de5
commit
dc2516896f
5 changed files with 495 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
WRAPPER bool CCranes::IsThisCarBeingTargettedByAnyCrane(CVehicle*) { EAXJMP(0x5451E0); }
|
||||
WRAPPER bool CCranes::IsThisCarBeingCarriedByAnyCrane(CVehicle*) { EAXJMP(0x545190); }
|
||||
WRAPPER bool CCranes::IsThisCarPickedUp(float, float, CVehicle*) { EAXJMP(0x543940); }
|
||||
WRAPPER void CCranes::ActivateCrane(float, float, float, float, float, float, float, float, bool, bool, float, float) { EAXJMP(0x543650); }
|
||||
WRAPPER void CCranes::DeActivateCrane(float, float) { EAXJMP(0x543890); }
|
||||
WRAPPER void CCranes::InitCranes(void) { EAXJMP(0x543360); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue