C# Class ACR_Candlekeep.Archives

Inheritance: ALFA.Shared.IInformationStore, ALFA.Shared.IBackgroundLoadedResource, IDisposable
Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

Dispose() public méthode

Dispose the object.
public Dispose ( ) : void
Résultat void

GetTalkString() public méthode

public GetTalkString ( uint Index ) : string
Index uint
Résultat string

WaitForResourcesLoaded() public méthode

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. ///
Résultat bool