StatsCategoryVehicleStateTypeData
Inherits from StatsCategoryBaseData
Summary
Constructors
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
Static members
typeInfo
The type information for the StatsCategoryVehicleStateTypeData type.