C# 클래스 ACR_Candlekeep.Archives

상속: ALFA.Shared.IInformationStore, ALFA.Shared.IBackgroundLoadedResource, IDisposable
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

공개 메소드들

메소드 설명
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