Method | Description | |
---|---|---|
AddRegion ( |
||
Close ( ) : void | ||
GetUserAccount ( UUID scopeID, UUID userID ) : |
||
GetUserAccount ( UUID scopeID, string Email ) : |
||
GetUserAccount ( UUID scopeID, string firstName, string lastName ) : |
||
GetUserAccounts ( UUID scopeID, string query ) : List |
||
Initialise ( IConfigSource source ) : void | ||
PostInitialise ( ) : void | ||
RegionLoaded ( |
||
RemoveRegion ( |
||
StoreUserAccount ( |
public AddRegion ( |
||
scene | ||
return | void |
public GetUserAccount ( UUID scopeID, UUID userID ) : |
||
scopeID | UUID | |
userID | UUID | |
return |
public GetUserAccount ( UUID scopeID, string Email ) : |
||
scopeID | UUID | |
string | ||
return |
public GetUserAccount ( UUID scopeID, string firstName, string lastName ) : |
||
scopeID | UUID | |
firstName | string | |
lastName | string | |
return |
public GetUserAccounts ( UUID scopeID, string query ) : List |
||
scopeID | UUID | |
query | string | |
return | List |
public Initialise ( IConfigSource source ) : void | ||
source | IConfigSource | |
return | void |
public RegionLoaded ( |
||
scene | ||
return | void |
public RemoveRegion ( |
||
scene | ||
return | void |
public StoreUserAccount ( |
||
data | ||
return | bool |