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