EnterVehicleSurveyEvent

Inherits from MetricEvent

Summary

Constructors

EnterVehicleSurveyEvent()
EnterVehicleSurveyEvent(guid: Guid)
EnterVehicleSurveyEvent(other: MetricEvent)
EnterVehicleSurveyEvent(other: DataContainer)

Properties

Name Type
vehicleName string
surveyMetricLink Guid

Static members

Name Type
EnterVehicleSurveyEvent.typeInfo TypeInformation

Constructors

EnterVehicleSurveyEvent

EnterVehicleSurveyEvent()

Creates a new EnterVehicleSurveyEvent frostbite instance.

EnterVehicleSurveyEvent

EnterVehicleSurveyEvent(guid: Guid)

Creates a new EnterVehicleSurveyEvent frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

EnterVehicleSurveyEvent

EnterVehicleSurveyEvent(other: MetricEvent)

Casts an instance of type MetricEvent to EnterVehicleSurveyEvent. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other MetricEvent The instance to cast to EnterVehicleSurveyEvent.

EnterVehicleSurveyEvent

EnterVehicleSurveyEvent(other: DataContainer)

Casts an instance of type DataContainer to EnterVehicleSurveyEvent. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to EnterVehicleSurveyEvent.

Properties

vehicleName

string

Guid

Static members

typeInfo

TypeInformation

The type information for the EnterVehicleSurveyEvent type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)