Class ArticleInfo
Represents the metadata for an in-game news article.
Inherited Members
Namespace: SociallyDistant.Core.News
Assembly: SociallyDistant.Framework.dll
Syntax
[Serializable]
public sealed class ArticleInfo
Properties
Author
Gets or sets the Narrative ID of the NPC who wrote the article.
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
string |
Flags
Declaration
public string[] Flags { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Host
Gets or sets the domain name of the in-game website that'll display the article.
Declaration
public string Host { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Gets or sets the article's headline.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Topic
Gets or sets the topic text of the article, such as "Politics" or "Crime," usually displayed near the headline.
Declaration
public string Topic { get; set; }
Property Value
Type | Description |
---|---|
string |