Class StoreOffering
Container class for an in-game store offering.
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 StoreOffering
Constructors
| Name | Description |
|---|---|
| StoreOffering() |
Properties
| Name | Description |
|---|---|
| Description | Gets or sets the offering description. |
| FlairBackgroundColorOverrideRGB | Gets or sets the flair background color override. |
| FlairBackgroundPath | Gets or sets the flair background path. |
| FlairIconPath | Gets or sets the flair icon path. |
| FlairText | Gets or sets the flair text. |
| FlairTextColorOverrideRGB | Gets or sets the flair text color override. |
| HasFlair | Gets or sets whether the object has flair. |
| HasGleam | Gets or sets whether the object has gleam. |
| HCSTeamIndex | Gets or sets the HCS team index. |
| HeightHint | Gets or sets the offering height hint for display in the store. |
| IsEventItem | Gets or sets whether the item is associated with an event. |
| IsNew | Gets or sets whether the item is new. |
| IsOnSale | Gets or sets whether the item is on sale. |
| ObjectImagePath | Gets or sets the object image path. |
| PriceColorOverrideRGB | Gets or sets the price color override. |
| PriceShadowColorOverrideRGB | Gets or sets the price shadow color override. |
| Quality | Gets or sets the offering quality. |
| SalePercentage | Gets or sets the sale percentage. |
| SeasonNumber | Gets or sets the season number. |
| StoreTileType | Gets or sets the store tile type. |
| Title | Gets or sets the offering title. |
| TitleColorOverrideRGB | Gets or sets the title color override. |
| WidthHint | Gets or sets the offering width hint for display in the store. |