StandardMoveWaypointData

Inherits from AbstractLocoWaypointData

Summary

Constructors

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

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

AILocoMoveTaskData

Static members

typeInfo

TypeInformation

The type information for the StandardMoveWaypointData type.

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