StatsCategoryPlayerRoleData

Inherits from StatsCategoryBaseData

Summary

Constructors

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

Properties

Name Type
roles PlayerRole[]

Static members

Name Type
StatsCategoryPlayerRoleData.typeInfo TypeInformation

Constructors

StatsCategoryPlayerRoleData

StatsCategoryPlayerRoleData()

Creates a new StatsCategoryPlayerRoleData frostbite instance.

StatsCategoryPlayerRoleData

StatsCategoryPlayerRoleData(guid: Guid)

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

Parameters

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

StatsCategoryPlayerRoleData

StatsCategoryPlayerRoleData(other: StatsCategoryBaseData)

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

Parameters

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

StatsCategoryPlayerRoleData

StatsCategoryPlayerRoleData(other: TreeNodeBase)

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

Parameters

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

StatsCategoryPlayerRoleData

StatsCategoryPlayerRoleData(other: DataContainer)

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

Parameters

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

Properties

roles

PlayerRole[]

Static members

typeInfo

TypeInformation

The type information for the StatsCategoryPlayerRoleData type.

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