Свойство | Тип | Описание | |
---|---|---|---|
m_pendingConsoleSaves | List |
Метод | Описание | |
---|---|---|
ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, string pass, Stream saveStream ) : bool | ||
ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, string pass, Stream saveStream, object>.Dictionary |
||
ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, string pass, string savePath, object>.Dictionary |
||
Close ( ) : void | ||
DearchiveInventory ( string firstName, string lastName, string invPath, string pass, Stream loadStream ) : bool | ||
DearchiveInventory ( string firstName, string lastName, string invPath, string pass, Stream loadStream, object>.Dictionary |
||
DearchiveInventory ( string firstName, string lastName, string invPath, string pass, string loadPath, object>.Dictionary |
||
Initialise ( |
||
InventoryArchiverModule ( ) : System | ||
InventoryArchiverModule ( bool disablePresenceChecks ) : System | ||
PostInitialise ( ) : void |
Метод | Описание | |
---|---|---|
CheckPresence ( UUID userId ) : bool |
Check if the given user is present in any of the scenes.
|
|
GetUserInfo ( string firstName, string lastName, string pass ) : |
Get user information for the given name.
|
|
HandleLoadInvConsoleCommand ( string module, string cmdparams ) : void |
Load inventory from an inventory file archive
|
|
HandleSaveInvConsoleCommand ( string module, string cmdparams ) : void |
Save inventory to a file archive
|
|
TriggerInventoryArchiveSaved ( System.Guid id, bool succeeded, |
Trigger the inventory archive saved event.
|
Метод | Описание | |
---|---|---|
SaveInvConsoleCommandCompleted ( System.Guid id, bool succeeded, |
||
UpdateClientWithLoadedNodes ( |
Notify the client of loaded nodes if they are logged in
|
public ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, string pass, Stream saveStream ) : bool | ||
id | System.Guid | |
firstName | string | |
lastName | string | |
invPath | string | |
pass | string | |
saveStream | Stream | |
Результат | bool |
public ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, string pass, Stream saveStream, object>.Dictionary |
||
id | System.Guid | |
firstName | string | |
lastName | string | |
invPath | string | |
pass | string | |
saveStream | Stream | |
options | object>.Dictionary | |
Результат | bool |
public ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, string pass, string savePath, object>.Dictionary |
||
id | System.Guid | |
firstName | string | |
lastName | string | |
invPath | string | |
pass | string | |
savePath | string | |
options | object>.Dictionary | |
Результат | bool |
protected CheckPresence ( UUID userId ) : bool | ||
userId | UUID | The user to check |
Результат | bool |
public DearchiveInventory ( string firstName, string lastName, string invPath, string pass, Stream loadStream ) : bool | ||
firstName | string | |
lastName | string | |
invPath | string | |
pass | string | |
loadStream | Stream | |
Результат | bool |
public DearchiveInventory ( string firstName, string lastName, string invPath, string pass, Stream loadStream, object>.Dictionary |
||
firstName | string | |
lastName | string | |
invPath | string | |
pass | string | |
loadStream | Stream | |
options | object>.Dictionary | |
Результат | bool |
public DearchiveInventory ( string firstName, string lastName, string invPath, string pass, string loadPath, object>.Dictionary |
||
firstName | string | |
lastName | string | |
invPath | string | |
pass | string | |
loadPath | string | |
options | object>.Dictionary | |
Результат | bool |
protected GetUserInfo ( string firstName, string lastName, string pass ) : |
||
firstName | string | |
lastName | string | |
pass | string | User password |
Результат |
protected HandleLoadInvConsoleCommand ( string module, string cmdparams ) : void | ||
module | string | |
cmdparams | string | |
Результат | void |
protected HandleSaveInvConsoleCommand ( string module, string cmdparams ) : void | ||
module | string | |
cmdparams | string | |
Результат | void |
public Initialise ( |
||
scene | ||
source | IConfigSource | |
Результат | void |
public InventoryArchiverModule ( ) : System | ||
Результат | System |
public InventoryArchiverModule ( bool disablePresenceChecks ) : System | ||
disablePresenceChecks | bool | |
Результат | System |
protected TriggerInventoryArchiveSaved ( System.Guid id, bool succeeded, |
||
id | System.Guid | |
succeeded | bool | |
userInfo | ||
invPath | string | |
saveStream | Stream | |
reportedException | ||
Результат | void |