StatCategoriesPlayerRoleTree

Inherits from StatCategoriesBaseTree

Summary

Constructors

StatCategoriesPlayerRoleTree()
StatCategoriesPlayerRoleTree(guid: Guid)
StatCategoriesPlayerRoleTree(other: StatCategoriesBaseTree)
StatCategoriesPlayerRoleTree(other: TreeBase)
StatCategoriesPlayerRoleTree(other: Asset)
StatCategoriesPlayerRoleTree(other: DataContainer)

Static members

Name Type
StatCategoriesPlayerRoleTree.typeInfo TypeInformation

Constructors

StatCategoriesPlayerRoleTree

StatCategoriesPlayerRoleTree()

Creates a new StatCategoriesPlayerRoleTree frostbite instance.

StatCategoriesPlayerRoleTree

StatCategoriesPlayerRoleTree(guid: Guid)

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

Parameters

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

StatCategoriesPlayerRoleTree

StatCategoriesPlayerRoleTree(other: StatCategoriesBaseTree)

Casts an instance of type StatCategoriesBaseTree to StatCategoriesPlayerRoleTree. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other StatCategoriesBaseTree The instance to cast to StatCategoriesPlayerRoleTree.

StatCategoriesPlayerRoleTree

StatCategoriesPlayerRoleTree(other: TreeBase)

Casts an instance of type TreeBase to StatCategoriesPlayerRoleTree. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other TreeBase The instance to cast to StatCategoriesPlayerRoleTree.

StatCategoriesPlayerRoleTree

StatCategoriesPlayerRoleTree(other: Asset)

Casts an instance of type Asset to StatCategoriesPlayerRoleTree. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to StatCategoriesPlayerRoleTree.

StatCategoriesPlayerRoleTree

StatCategoriesPlayerRoleTree(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the StatCategoriesPlayerRoleTree type.

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