CoverWaypointData

Inherits from AbstractLocoWaypointData

Summary

Constructors

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

Properties

Name Type
coverTask AILocoCoverTaskData

Static members

Name Type
CoverWaypointData.typeInfo TypeInformation

Constructors

CoverWaypointData

CoverWaypointData()

Creates a new CoverWaypointData frostbite instance.

CoverWaypointData

CoverWaypointData(guid: Guid)

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

Parameters

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

CoverWaypointData

CoverWaypointData(other: AbstractLocoWaypointData)

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

Parameters

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

CoverWaypointData

CoverWaypointData(other: WaypointData)

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

Parameters

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

CoverWaypointData

CoverWaypointData(other: DataContainer)

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

Parameters

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

Properties

coverTask

AILocoCoverTaskData

Static members

typeInfo

TypeInformation

The type information for the CoverWaypointData type.

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