C# Class ACR_Candlekeep.Archivist

Inheritance: System.ComponentModel.BackgroundWorker
Show file Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property Type Description
customTlk OEIShared.IO.TalkTable.TalkTable
debug string
dialog OEIShared.IO.TalkTable.TalkTable
manager ALFA.ResourceManager
tlkLoaded bool

Public Methods

Method Description
GetTlkEntry ( uint num ) : string
GffStoreToTlk ( string num ) : string
InitializeArchives ( object Sender, EventArgs e ) : void

Private Methods

Method Description
AddStandardTraps ( ) : void
LoadModuleProperties ( ) : void

Load various data from the module.ifo file.

ParseClassification ( string classification ) : string
ParseTrapWaypoint ( GFFFile trapGff, string resRef ) : void

Method Details

GetTlkEntry() static public method

static public GetTlkEntry ( uint num ) : string
num uint
return string

GffStoreToTlk() static public method

static public GffStoreToTlk ( string num ) : string
num string
return string

InitializeArchives() public method

public InitializeArchives ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
return void

Property Details

customTlk static public property

static public OEIShared.IO.TalkTable.TalkTable customTlk
return OEIShared.IO.TalkTable.TalkTable

debug public static property

public static string debug
return string

dialog static public property

static public OEIShared.IO.TalkTable.TalkTable dialog
return OEIShared.IO.TalkTable.TalkTable

manager public static property

public static ResourceManager,ALFA manager
return ALFA.ResourceManager

tlkLoaded public static property

public static bool tlkLoaded
return bool