FivePD API
Models

AssistanceServiceStation

Represents an assistance service station.

This model represents the database table fivepd_assistance_service_stations. When modifying any properties of this model, ensure that you have saved the changes using the DatabaseContext.

Properties

Id

Gets or sets the unique identifier of the assistance service station.

Type: int

Name

Gets or sets the name of the assistance service station.

Type: string

Position

Gets or sets the position of the assistance service station.

Type: Vector3

TypeConfigs

Gets or sets the type configurations for the assistance service station.

Type: IList<AssistanceServiceStationTypeConfig>