Property | Type | Description | |
---|---|---|---|
m_pendingConsoleSaves | List |
Method | Description | |
---|---|---|
ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, Stream saveStream ) : bool | ||
ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, Stream saveStream, object>.Dictionary |
||
ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, string savePath, object>.Dictionary |
||
DearchiveInventory ( string firstName, string lastName, string invPath, string loadPath, object>.Dictionary |
||
FinishedStartup ( ) : void | ||
GetIARFilenames ( ) : List |
||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
Method | Description | |
---|---|---|
HandleLoadIARConsoleCommand ( IScene scene, string cmdparams ) : void |
Load inventory from an inventory file archive
|
|
HandleSaveIARConsoleCommand ( IScene scene, string cmdparams ) : void |
Save inventory to a file archive
|
|
TriggerInventoryArchiveSaved ( System.Guid id, bool succeeded, |
Trigger the inventory archive saved event.
|
Method | Description | |
---|---|---|
SaveIARConsoleCommandCompleted ( System.Guid id, bool succeeded, |
public ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, Stream saveStream ) : bool | ||
id | System.Guid | |
firstName | string | |
lastName | string | |
invPath | string | |
saveStream | Stream | |
return | bool |
public ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, Stream saveStream, object>.Dictionary |
||
id | System.Guid | |
firstName | string | |
lastName | string | |
invPath | string | |
saveStream | Stream | |
options | object>.Dictionary | |
return | bool |
public ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, string savePath, object>.Dictionary |
||
id | System.Guid | |
firstName | string | |
lastName | string | |
invPath | string | |
savePath | string | |
options | object>.Dictionary | |
return | bool |
public DearchiveInventory ( string firstName, string lastName, string invPath, string loadPath, object>.Dictionary |
||
firstName | string | |
lastName | string | |
invPath | string | |
loadPath | string | |
options | object>.Dictionary | |
return | bool |
protected HandleLoadIARConsoleCommand ( IScene scene, string cmdparams ) : void | ||
scene | IScene | |
cmdparams | string | |
return | void |
protected HandleSaveIARConsoleCommand ( IScene scene, string cmdparams ) : void | ||
scene | IScene | |
cmdparams | string | |
return | void |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
protected TriggerInventoryArchiveSaved ( System.Guid id, bool succeeded, |
||
id | System.Guid | |
succeeded | bool | |
userInfo | ||
invPath | string | |
saveStream | Stream | |
reportedException | ||
return | void |