StatsCategoryDifficultyData

Inherits from StatsCategoryGuidData

Summary

Constructors

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

Static members

Name Type
StatsCategoryDifficultyData.typeInfo TypeInformation

Constructors

StatsCategoryDifficultyData

StatsCategoryDifficultyData()

Creates a new StatsCategoryDifficultyData frostbite instance.

StatsCategoryDifficultyData

StatsCategoryDifficultyData(guid: Guid)

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

Parameters

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

StatsCategoryDifficultyData

StatsCategoryDifficultyData(other: StatsCategoryGuidData)

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

Parameters

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

StatsCategoryDifficultyData

StatsCategoryDifficultyData(other: StatsCategoryBaseData)

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

Parameters

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

StatsCategoryDifficultyData

StatsCategoryDifficultyData(other: TreeNodeBase)

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

Parameters

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

StatsCategoryDifficultyData

StatsCategoryDifficultyData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the StatsCategoryDifficultyData type.

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