SVehicleImpls

C++
struct SVehicleImpls {
};
File

IVehicleSystem.h

SVehicleImpls::Add Method
C++
void Add(const string& impl);
SVehicleImpls::Count Method
C++
int Count() const;
SVehicleImpls::GetAt Method
C++
string GetAt(int idx) const;