AbstractLocoWaypointData

Inherits from WaypointData

Summary

Constructors

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

Properties

Name Type
baseTask AILocoBaseTaskData

Static members

Name Type
AbstractLocoWaypointData.typeInfo TypeInformation

Constructors

AbstractLocoWaypointData

AbstractLocoWaypointData()

Creates a new AbstractLocoWaypointData frostbite instance.

AbstractLocoWaypointData

AbstractLocoWaypointData(guid: Guid)

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

Parameters

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

AbstractLocoWaypointData

AbstractLocoWaypointData(other: WaypointData)

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

Parameters

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

AbstractLocoWaypointData

AbstractLocoWaypointData(other: DataContainer)

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

Parameters

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

Properties

baseTask

AILocoBaseTaskData

Static members

typeInfo

TypeInformation

The type information for the AbstractLocoWaypointData type.

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