Class CareerRank
Player career rank in Halo Infinite.
Inheritance
System.Object
CareerRank
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class CareerRank
Constructors
| Name | Description |
|---|---|
| CareerRank() |
Properties
| Name | Description |
|---|---|
| FreeRewards | Gets or sets the free rewards granted for rank. |
| PaidRewards | Gets or sets the paid rewards granted for rank. |
| Rank | Gets or sets the rank ID. |
| RankAdornmentIcon | Gets or sets the rank adornment. |
| RankGrade | Gets or sets the rank grade. |
| RankIcon | Gets or sets the path to the rank icon. |
| RankLargeIcon | Gets or sets the path to the large rank icon. |
| RankSubTitle | Gets or sets the rank subtitle. |
| RankTier | Gets or sets the rank tier. |
| RankTitle | Gets or sets the rank title. |
| TierType | Gets or sets the tier type. |
| XpRequiredForRank | Gets or sets the experience required for rank. |