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, string)

Creates a new instance of this object.

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").

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