Models
VehicleConfig
Used to get/set vehicle configuration.
This model represents the database table fivepd_vehicle_configs. When modifying any properties of this model, ensure that you have saved the changes using the DatabaseContext.
Properties
Id
Gets or sets the identifier.
Type: int
Type
Gets or sets the type of vehicle.
Type: VehicleConfigType
Name
Gets or sets the name.
Type: string
Model
Gets or sets the model.
Type: string
Livery
Gets or sets the livery.
Type: int
Extras
Gets or sets the extras.
Type: IList<int>
Options
Gets or sets the options by type.
Type: TOptions