Class RewardTrackMetadata
Container for metadata associated with a reward track.
Inheritance
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 RewardTrackMetadata
Constructors
| Name | Description |
|---|---|
| RewardTrackMetadata() |
Properties
| Name | Description |
|---|---|
| BackgroundImagePath | Gets or sets the path to the background image for the reward track. |
| DateRange | Gets or sets the date range during which the reward track is active. Includes translated strings. |
| Description | Gets or sets the description for the reward track. Includes translated strings. |
| HideIfNotOwned | Gets or sets whether the event is hidden if not owned by the player. |
| IsRitual | Gets or sets whether the reward track is associated with a ritual. |
| Name | Gets or sets the name for the reward track. Includes translated strings. |
| OperationNumber | Gets or sets the operation number. |
| Ranks | Gets or sets the list of available ranks. |
| SummaryImagePath | Gets or sets the path to the image used in the summary. |
| TrackId | Gets or sets the reward track ID. |
| WeekNumber | Gets or sets the week number. |
| XpPerRank | Gets or sets the amount of experience (XP) awarded with each progressed rank within the reward track. |