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
scenarioTask
Static members
typeInfo
The type information for the ScenarioWaypointData type.