mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 03:30:32 +00:00
CPhysical
This commit is contained in:
parent
380f7bc417
commit
a53ca58e56
18 changed files with 558 additions and 294 deletions
|
@ -189,7 +189,7 @@ public:
|
|||
uint8 bIsDrowning : 1; // is vehicle occupants taking damage in water (i.e. vehicle is dead in water)
|
||||
//uint8 bTyresDontBurst : 1; // If this is set the tyres are invincible
|
||||
uint8 bCreatedAsPoliceVehicle : 1;// True if this guy was created as a police vehicle (enforcer, policecar, miamivice car etc)
|
||||
//uint8 bRestingOnPhysical : 1; // Dont go static cause car is sitting on a physical object that might get removed
|
||||
uint8 bRestingOnPhysical : 1; // Dont go static cause car is sitting on a physical object that might get removed
|
||||
uint8 bParking : 1;
|
||||
//uint8 bCanPark : 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue