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
appBundleNamestringThe name of the app bundle (eg. "AppBundle_Main", "AppBundle_Rizia").
storyPackNamestringThe 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
StoryPackName
The name of the story pack (eg. "StoryPack_Main", "StoryPack_Rizia").
public string StoryPackName { get; }