ScenarioWaypointData

Inherits from AbstractLocoWaypointData

Summary

Constructors

ScenarioWaypointData()
ScenarioWaypointData(guid: Guid)
ScenarioWaypointData(other: AbstractLocoWaypointData)
ScenarioWaypointData(other: WaypointData)
ScenarioWaypointData(other: DataContainer)

Properties

Name Type
scenarioAntRef AntRef
scenarioTask ScenarioTaskData

Static members

Name Type
ScenarioWaypointData.typeInfo TypeInformation

Constructors

ScenarioWaypointData

ScenarioWaypointData()

Creates a new ScenarioWaypointData frostbite instance.

ScenarioWaypointData

ScenarioWaypointData(guid: Guid)

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

Parameters

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

ScenarioWaypointData

ScenarioWaypointData(other: AbstractLocoWaypointData)

Casts an instance of type AbstractLocoWaypointData to ScenarioWaypointData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AbstractLocoWaypointData The instance to cast to ScenarioWaypointData.

ScenarioWaypointData

ScenarioWaypointData(other: WaypointData)

Casts an instance of type WaypointData to ScenarioWaypointData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other WaypointData The instance to cast to ScenarioWaypointData.

ScenarioWaypointData

ScenarioWaypointData(other: DataContainer)

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

Parameters

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

Properties

scenarioAntRef

AntRef

scenarioTask

ScenarioTaskData

Static members

typeInfo

TypeInformation

The type information for the ScenarioWaypointData type.

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