C# Класс ACR_Candlekeep.Archives

Наследование: ALFA.Shared.IInformationStore, ALFA.Shared.IBackgroundLoadedResource, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Dispose ( bool Disposing ) : void

Invoked to perform cleanup of the object.

SetResourcesLoaded ( ) : void

Mark resources as fully loaded after initialization completes.

Описание методов

Archives() публичный Метод

Instantiate a new Archives object.
public Archives ( Archivist ArchiveWorker ) : System
ArchiveWorker Archivist Supplies the Archivist worker instance /// that is used to satisfy resource requests.
Результат System

Dispose() публичный Метод

Dispose the object.
public Dispose ( ) : void
Результат void

GetTalkString() публичный Метод

public GetTalkString ( uint Index ) : string
Index uint
Результат string

WaitForResourcesLoaded() публичный Метод

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. ///
Результат bool