Skip to content
Version 2.11.0
↓ Get the launcher

AwardInfo structure

Static data for an in-game reward/award item from the game table.

public struct AwardInfo : IEquatable<AwardInfo>
parameter description
Id Game-table award id.
Name Localised award display name.
IconPath Addressable path for the award’s icon sprite.
Quality Quality tier (higher = rarer).
name description
AwardInfo(…) Static data for an in-game reward/award item from the game table.
IconPath { get; set; } Addressable path for the award’s icon sprite.
Id { get; set; } Game-table award id.
Name { get; set; } Localised award display name.
Quality { get; set; } Quality tier (higher = rarer).