userBill Bcancel
branchrust_reboot/main/misc_improvements/BaseMountablecancel

2 Commits over 0 Days - ∞cph!

2 Years Ago
A general tidy-up for vehicle code to make things easier in the future. - Split BaseVehicle into BaseVehicle, BaseVehicle.Server, and BaseVehicle.Client. - Move IsWaterlogged and CanRunEngine checks to VehicleEngineController, so they can be shared by everything with an engine. - Match EntityFuelSystem and VehicleEngineController to Rust code formatting ('private' written out, spaces inside brackets). - BaseVehicle IsMounted implementation fix.
2 Years Ago
WIP tidying up client-side access to _mounted