VaultWaypointData

Inherits from AbstractLocoWaypointData

Summary

Constructors

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

Properties

Name Type
vaultTask AILocoVaultTaskData

Static members

Name Type
VaultWaypointData.typeInfo TypeInformation

Constructors

VaultWaypointData

VaultWaypointData()

Creates a new VaultWaypointData frostbite instance.

VaultWaypointData

VaultWaypointData(guid: Guid)

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

Parameters

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

VaultWaypointData

VaultWaypointData(other: AbstractLocoWaypointData)

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

Parameters

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

VaultWaypointData

VaultWaypointData(other: WaypointData)

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

Parameters

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

VaultWaypointData

VaultWaypointData(other: DataContainer)

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

Parameters

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

Properties

vaultTask

AILocoVaultTaskData

Static members

typeInfo

TypeInformation

The type information for the VaultWaypointData type.

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