FivePD API
Interfaces

IVehicleConfigService

Provides access to vehicle config data.

Methods

GetAll

Retrieves all vehicle configurations of a specific type.

Parameters

NameTypeDescription
typeVehicleConfigTypeThe type of vehicle configuration to retrieve.

Returns

NameType
List<VehicleConfig<Dictionary<string, object>>>A list of vehicle configurations.

GetAll

Retrieves all vehicle configurations of a specific type, with options deserialized to a specified type.

Parameters

NameTypeDescription
typeVehicleConfigTypeThe type of vehicle configuration to retrieve.

Returns

NameType
List<VehicleConfig<TOptions>>A list of vehicle configurations with deserialized options.