RankParamsAsset
Inherits from Asset
Summary
Constructors
RankParamsAsset() |
RankParamsAsset(guid: Guid) |
RankParamsAsset(other: Asset) |
RankParamsAsset(other: DataContainer) |
Properties
Name | Type |
---|---|
ranks | RankLevelData[] |
Static members
Name | Type |
---|---|
RankParamsAsset.typeInfo | TypeInformation |
Constructors
RankParamsAsset
RankParamsAsset()
Creates a new RankParamsAsset frostbite instance.
RankParamsAsset
RankParamsAsset(guid: Guid)
Creates a new RankParamsAsset frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
RankParamsAsset
RankParamsAsset(other: Asset)
Casts an instance of type Asset to RankParamsAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to RankParamsAsset. |
RankParamsAsset
RankParamsAsset(other: DataContainer)
Casts an instance of type DataContainer to RankParamsAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to RankParamsAsset. |
Properties
ranks
Static members
typeInfo
The type information for the RankParamsAsset type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)