mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 12:40:34 +00:00
CPad done
This commit is contained in:
parent
292fd5ad24
commit
75bca8e31e
27 changed files with 2251 additions and 154 deletions
|
@ -62,6 +62,12 @@ uint8 m_extra2;
|
|||
bool IsTrain(void) { return m_vehType == VEHICLE_TYPE_TRAIN; }
|
||||
bool IsHeli(void) { return m_vehType == VEHICLE_TYPE_HELI; }
|
||||
bool IsPlane(void) { return m_vehType == VEHICLE_TYPE_PLANE; }
|
||||
|
||||
static Bool &bWheelsOnlyCheat;
|
||||
static Bool &bAllDodosCheat;
|
||||
static Bool &bCheat3;
|
||||
static Bool &bCheat4;
|
||||
static Bool &bCheat5;
|
||||
};
|
||||
static_assert(sizeof(CVehicle) == 0x288, "CVehicle: error");
|
||||
static_assert(offsetof(CVehicle, m_pCurSurface) == 0x1E0, "CVehicle: error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue