StatCategoriesVehicleTree

Inherits from StatCategoriesGuidTree

Summary

Constructors

StatCategoriesVehicleTree()
StatCategoriesVehicleTree(guid: Guid)
StatCategoriesVehicleTree(other: StatCategoriesGuidTree)
StatCategoriesVehicleTree(other: StatCategoriesBaseTree)
StatCategoriesVehicleTree(other: TreeBase)
StatCategoriesVehicleTree(other: Asset)
StatCategoriesVehicleTree(other: DataContainer)

Static members

Name Type
StatCategoriesVehicleTree.typeInfo TypeInformation

Constructors

StatCategoriesVehicleTree

StatCategoriesVehicleTree()

Creates a new StatCategoriesVehicleTree frostbite instance.

StatCategoriesVehicleTree

StatCategoriesVehicleTree(guid: Guid)

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

Parameters

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

StatCategoriesVehicleTree

StatCategoriesVehicleTree(other: StatCategoriesGuidTree)

Casts an instance of type StatCategoriesGuidTree to StatCategoriesVehicleTree. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other StatCategoriesGuidTree The instance to cast to StatCategoriesVehicleTree.

StatCategoriesVehicleTree

StatCategoriesVehicleTree(other: StatCategoriesBaseTree)

Casts an instance of type StatCategoriesBaseTree to StatCategoriesVehicleTree. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other StatCategoriesBaseTree The instance to cast to StatCategoriesVehicleTree.

StatCategoriesVehicleTree

StatCategoriesVehicleTree(other: TreeBase)

Casts an instance of type TreeBase to StatCategoriesVehicleTree. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other TreeBase The instance to cast to StatCategoriesVehicleTree.

StatCategoriesVehicleTree

StatCategoriesVehicleTree(other: Asset)

Casts an instance of type Asset to StatCategoriesVehicleTree. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to StatCategoriesVehicleTree.

StatCategoriesVehicleTree

StatCategoriesVehicleTree(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the StatCategoriesVehicleTree type.

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