StandardMoveWaypointData
Inherits from AbstractLocoWaypointData
Summary
Constructors
Properties
Name | Type |
---|---|
moveTask | AILocoMoveTaskData |
Static members
Name | Type |
---|---|
StandardMoveWaypointData.typeInfo | TypeInformation |
Constructors
StandardMoveWaypointData
StandardMoveWaypointData()
Creates a new StandardMoveWaypointData frostbite instance.
StandardMoveWaypointData
StandardMoveWaypointData(guid: Guid)
Creates a new StandardMoveWaypointData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
StandardMoveWaypointData
StandardMoveWaypointData(other: AbstractLocoWaypointData)
Casts an instance of type AbstractLocoWaypointData to StandardMoveWaypointData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | AbstractLocoWaypointData | The instance to cast to StandardMoveWaypointData. |
StandardMoveWaypointData
StandardMoveWaypointData(other: WaypointData)
Casts an instance of type WaypointData to StandardMoveWaypointData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | WaypointData | The instance to cast to StandardMoveWaypointData. |
StandardMoveWaypointData
StandardMoveWaypointData(other: DataContainer)
Casts an instance of type DataContainer to StandardMoveWaypointData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to StandardMoveWaypointData. |
Properties
moveTask
Static members
typeInfo
The type information for the StandardMoveWaypointData type.