C# Class ACR_Candlekeep.Archives

Inheritance: ALFA.Shared.IInformationStore, ALFA.Shared.IBackgroundLoadedResource, IDisposable
Show file Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Methods

Method Description
Archives ( Archivist ArchiveWorker ) : System

Instantiate a new Archives object.

Dispose ( ) : void

Dispose the object.

GetTalkString ( uint Index ) : string
WaitForResourcesLoaded ( bool Wait ) : bool

Wait for resources to become available.

Private Methods

Method Description
Dispose ( bool Disposing ) : void

Invoked to perform cleanup of the object.

SetResourcesLoaded ( ) : void

Mark resources as fully loaded after initialization completes.

Method Details

Archives() public method

Instantiate a new Archives object.
public Archives ( Archivist ArchiveWorker ) : System
ArchiveWorker Archivist Supplies the Archivist worker instance /// that is used to satisfy resource requests.
return System

Dispose() public method

Dispose the object.
public Dispose ( ) : void
return void

GetTalkString() public method

public GetTalkString ( uint Index ) : string
Index uint
return string

WaitForResourcesLoaded() public method

Wait for resources to become available.
public WaitForResourcesLoaded ( bool Wait ) : bool
Wait bool Supplies true to perform a blocking wait, else /// false to return immediately with the current availability status. ///
return bool