Added lua GetIdentifiers

This commit is contained in:
Anonymous275
2021-03-06 18:17:27 +02:00
parent 7410e31230
commit f0abfcc0ef
5 changed files with 59 additions and 19 deletions

View File

@@ -60,9 +60,11 @@ void TClient::SetCarData(int Ident, const std::string& Data) {
}
DeleteCar(Ident);
}
int TClient::GetCarCount() const {
return int(mVehicleData.size());
}
TServer& TClient::Server() const {
return mServer;
}