mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 15:00:34 +00:00
CVarConsole
This commit is contained in:
parent
e7c46ac658
commit
42e4a068bb
20 changed files with 1009 additions and 10 deletions
|
@ -402,6 +402,9 @@ public:
|
|||
static bool m_bDisableMouseSteering;
|
||||
static bool bDisableRemoteDetonation;
|
||||
static bool bDisableRemoteDetonationOnContact;
|
||||
#ifndef MASTER
|
||||
static bool m_bDisplayHandlingInfo;
|
||||
#endif
|
||||
};
|
||||
|
||||
void DestroyVehicleAndDriverAndPassengers(CVehicle* pVehicle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue