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