Table of Contents

Class StoryPackInfo

Namespace
SuzerainModdingKit.StoryPack
Assembly
SuzerainModdingKit.dll

Read-only representation of a story pack.

public class StoryPackInfo
Inheritance
StoryPackInfo
Inherited Members

Constructors

StoryPackInfo(string)

Creates a new instance of this object.

public StoryPackInfo(string storyPackName)

Parameters

storyPackName string

The name of the story pack (eg. "StoryPack_Main", "StoryPack_Rizia").

Exceptions

ArgumentNullException

Thrown if any required arguments are null.

StoryPackInfo(string, string)

Creates a new instance of this object.

[Obsolete("Deprecated in v1.2. Use another overload.")]
public StoryPackInfo(string appBundleName, string storyPackName)

Parameters

appBundleName string

The name of the app bundle (eg. "AppBundle_Main", "AppBundle_Rizia").

storyPackName string

The name of the story pack (eg. "StoryPack_Main", "StoryPack_Rizia").

Exceptions

ArgumentNullException

Thrown if any required arguments are null.

Properties

AppBundleName

The name of the app bundle (eg. "AppBundle_Main", "AppBundle_Rizia").

[Obsolete("Deprecated in v1.2. Suzerain no longer uses this data as of v3.1.0.1.175.")]
public string AppBundleName { get; }

Property Value

string

StoryPackName

The name of the story pack (eg. "StoryPack_Main", "StoryPack_Rizia").

public string StoryPackName { get; }

Property Value

string

See Also