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