mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 02:34:09 +00:00
400-499
This commit is contained in:
parent
a1700eeaa4
commit
8eda735918
7 changed files with 444 additions and 13 deletions
|
@ -3,4 +3,6 @@
|
|||
#include "Cranes.h"
|
||||
|
||||
WRAPPER bool CCranes::IsThisCarBeingTargettedByAnyCrane(CVehicle*) { EAXJMP(0x5451E0); }
|
||||
WRAPPER bool CCranes::IsThisCarBeingCarriedByAnyCrane(CVehicle*) { EAXJMP(0x545190); }
|
||||
WRAPPER bool CCranes::IsThisCarBeingCarriedByAnyCrane(CVehicle*) { EAXJMP(0x545190); }
|
||||
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); }
|
Loading…
Add table
Add a link
Reference in a new issue