Class Medal
Halo Infinite match performance medal.
Inheritance
System.Object
Medal
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 Medal
Constructors
Name | Description |
---|---|
Medal() |
Properties
Name | Description |
---|---|
Count | Gets or sets the medal count. |
Description | Gets or sets the medal description. Includes translated strings. |
DifficultyIndex | Gets or sets the difficulty index, mapped to the difficulties property in the medal metadata blob. |
Name | Gets or sets the medal name. Includes translated strings. |
NameId | Gets or sets the medal name ID. |
PersonalScore | Gets or sets the personal score. |
SortingWeight | Gets or sets the sorting weight. |
SpriteIndex | Gets or sets the sprite index. The sprite index is zero-based, starting with 0 on the sprite sheet. Sprite sheets are generally 16 by 16. |
TotalPersonalScoreAwarded | Gets or sets the amount of personal score awarded. |
TypeIndex | Gets or sets the type index, mapped to the types property in the medal metadata blob. |