Class RewardTrack
Information related to a Halo Infinite reward track.
Inheritance
System.Object
RewardTrack
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 RewardTrack
Constructors
| Name | Description |
|---|---|
| RewardTrack() |
Properties
| Name | Description |
|---|---|
| BaseXp | Gets or sets the base amount of experience (XP) awarded with the reward track. |
| BoostXp | Gets or sets the boost experience (XP) amount awarded with the reward track. |
| CurrentProgress | Gets or sets the current progress for the reward track. |
| IsOwned | Gets or sets whether the player owns the reward track. |
| PreviousProgress | Gets or sets the previous progress for the reward track. |
| RewardTrackPath | Gets or sets the path to the reward track. |
| TrackType | Gets or sets the reward track type. |