Method | Description | |
---|---|---|
Archives ( |
Instantiate a new Archives object.
|
|
Dispose ( ) : void |
Dispose the object.
|
|
GetTalkString ( uint Index ) : string | ||
WaitForResourcesLoaded ( bool Wait ) : bool |
Wait for resources to become available.
|
Method | Description | |
---|---|---|
Dispose ( bool Disposing ) : void |
Invoked to perform cleanup of the object.
|
|
SetResourcesLoaded ( ) : void |
Mark resources as fully loaded after initialization completes.
|
public Archives ( |
||
ArchiveWorker | Supplies the Archivist worker instance /// that is used to satisfy resource requests. | |
return | System |
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 |