(svn r22327) -Add: Vehicle::GetGroundVehicleFlags() for accessing GroundVehicle<>::gv_flags through a Vehicle struct.
This commit is contained in:
@@ -249,6 +249,9 @@ public:
|
||||
GroundVehicleCache *GetGroundVehicleCache();
|
||||
const GroundVehicleCache *GetGroundVehicleCache() const;
|
||||
|
||||
uint16 &GetGroundVehicleFlags();
|
||||
const uint16 &GetGroundVehicleFlags() const;
|
||||
|
||||
void DeleteUnreachedAutoOrders();
|
||||
|
||||
void HandleLoading(bool mode = false);
|
||||
|
Reference in New Issue
Block a user