SpawnSurveyEvent

Inherits from MetricEvent

Summary

Constructors

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

Properties

Name Type
surveyMetricLink Guid

Static members

Name Type
SpawnSurveyEvent.typeInfo TypeInformation

Constructors

SpawnSurveyEvent

SpawnSurveyEvent()

Creates a new SpawnSurveyEvent frostbite instance.

SpawnSurveyEvent

SpawnSurveyEvent(guid: Guid)

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

Parameters

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

SpawnSurveyEvent

SpawnSurveyEvent(other: MetricEvent)

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

Parameters

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

SpawnSurveyEvent

SpawnSurveyEvent(other: DataContainer)

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

Parameters

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

Properties

Guid

Static members

typeInfo

TypeInformation

The type information for the SpawnSurveyEvent type.

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