StatsCategoryVehicleStateTypeData

Inherits from StatsCategoryBaseData

Summary

Constructors

StatsCategoryVehicleStateTypeData()
StatsCategoryVehicleStateTypeData(guid: Guid)
StatsCategoryVehicleStateTypeData(other: StatsCategoryBaseData)
StatsCategoryVehicleStateTypeData(other: TreeNodeBase)
StatsCategoryVehicleStateTypeData(other: DataContainer)

Properties

Name Type
states VehicleStateType[]

Static members

Name Type
StatsCategoryVehicleStateTypeData.typeInfo TypeInformation

Constructors

StatsCategoryVehicleStateTypeData

StatsCategoryVehicleStateTypeData()

Creates a new StatsCategoryVehicleStateTypeData frostbite instance.

StatsCategoryVehicleStateTypeData

StatsCategoryVehicleStateTypeData(guid: Guid)

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

Parameters

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

StatsCategoryVehicleStateTypeData

StatsCategoryVehicleStateTypeData(other: StatsCategoryBaseData)

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

Parameters

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

StatsCategoryVehicleStateTypeData

StatsCategoryVehicleStateTypeData(other: TreeNodeBase)

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

Parameters

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

StatsCategoryVehicleStateTypeData

StatsCategoryVehicleStateTypeData(other: DataContainer)

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

Parameters

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

Properties

states

VehicleStateType[]

Static members

typeInfo

TypeInformation

The type information for the StatsCategoryVehicleStateTypeData type.

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