Class NewsArticle
In-game news article.
Inheritance
System.Object
NewsArticle
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 NewsArticle
Constructors
Name | Description |
---|---|
NewsArticle() |
Properties
Name | Description |
---|---|
ArticleActions | Gets or sets the list of available article actions that the player can take from within the game. |
ArticleImage | Gets or sets the article image. |
Body | Gets or sets the news body. Inscludes translated strings. |
FullHeadline | Gets or sets the full headline. Includes translation strings. |
ShortHeadline | Gets or sets the short headline. Includes translation strings. |