C# Class ACR_Candlekeep.Archivist

Inheritance: System.ComponentModel.BackgroundWorker
Exibir arquivo 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_oe public_oe property

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

debug public_oe static_oe property

public static string debug
return string

dialog static_oe public_oe property

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

manager public_oe static_oe property

public static ResourceManager,ALFA manager
return ALFA.ResourceManager

tlkLoaded public_oe static_oe property

public static bool tlkLoaded
return bool