StatsCategoryVehicleData

Inherits from StatsCategoryGuidData

Summary

Constructors

StatsCategoryVehicleData()
StatsCategoryVehicleData(guid: Guid)
StatsCategoryVehicleData(other: StatsCategoryGuidData)
StatsCategoryVehicleData(other: StatsCategoryBaseData)
StatsCategoryVehicleData(other: TreeNodeBase)
StatsCategoryVehicleData(other: DataContainer)

Properties

Name Type
firstVehicleId int

Static members

Name Type
StatsCategoryVehicleData.typeInfo TypeInformation

Constructors

StatsCategoryVehicleData

StatsCategoryVehicleData()

Creates a new StatsCategoryVehicleData frostbite instance.

StatsCategoryVehicleData

StatsCategoryVehicleData(guid: Guid)

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

Parameters

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

StatsCategoryVehicleData

StatsCategoryVehicleData(other: StatsCategoryGuidData)

Casts an instance of type StatsCategoryGuidData to StatsCategoryVehicleData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other StatsCategoryGuidData The instance to cast to StatsCategoryVehicleData.

StatsCategoryVehicleData

StatsCategoryVehicleData(other: StatsCategoryBaseData)

Casts an instance of type StatsCategoryBaseData to StatsCategoryVehicleData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other StatsCategoryBaseData The instance to cast to StatsCategoryVehicleData.

StatsCategoryVehicleData

StatsCategoryVehicleData(other: TreeNodeBase)

Casts an instance of type TreeNodeBase to StatsCategoryVehicleData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other TreeNodeBase The instance to cast to StatsCategoryVehicleData.

StatsCategoryVehicleData

StatsCategoryVehicleData(other: DataContainer)

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

Parameters

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

Properties

firstVehicleId

int

Static members

typeInfo

TypeInformation

The type information for the StatsCategoryVehicleData type.

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