mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Grouped Alike Functions in Vehicle.h
This commit is contained in:
@@ -312,6 +312,11 @@ private:
|
||||
uint16_t GetSoundPriority() const;
|
||||
rct_vehicle_sound_params CreateSoundParam(uint16_t priority) const;
|
||||
void CableLiftUpdate();
|
||||
void CableLiftUpdateMovingToEndOfStation();
|
||||
void CableLiftUpdateWaitingToDepart();
|
||||
void CableLiftUpdateDeparting();
|
||||
void CableLiftUpdateTravelling();
|
||||
void CableLiftUpdateArriving();
|
||||
void UpdateMovingToEndOfStation();
|
||||
void UpdateWaitingForPassengers();
|
||||
void UpdateWaitingToDepart();
|
||||
@@ -350,11 +355,6 @@ private:
|
||||
bool CurrentTowerElementIsTop();
|
||||
bool UpdateTrackMotionForwards(rct_ride_entry_vehicle* vehicleEntry, Ride* curRide, rct_ride_entry* rideEntry);
|
||||
bool UpdateTrackMotionBackwards(rct_ride_entry_vehicle* vehicleEntry, Ride* curRide, rct_ride_entry* rideEntry);
|
||||
void CableLiftUpdateMovingToEndOfStation();
|
||||
void CableLiftUpdateWaitingToDepart();
|
||||
void CableLiftUpdateDeparting();
|
||||
void CableLiftUpdateTravelling();
|
||||
void CableLiftUpdateArriving();
|
||||
};
|
||||
|
||||
struct train_ref
|
||||
|
||||
Reference in New Issue
Block a user