메소드 | 설명 | |
---|---|---|
AddRegion ( |
||
Close ( ) : void | ||
GetUserAccount ( UUID scopeID, UUID userID ) : |
||
GetUserAccount ( UUID scopeID, string firstName, string lastName ) : |
||
Initialise ( IConfigSource source ) : void | ||
PostInitialise ( ) : void | ||
RegionLoaded ( Scene scene ) : void | ||
RemoveRegion ( Scene scene ) : void | ||
StoreUserAccount ( UserAccount data ) : bool |
public AddRegion ( |
||
scene | ||
리턴 | void |
public GetUserAccount ( UUID scopeID, UUID userID ) : |
||
scopeID | UUID | |
userID | UUID | |
리턴 |
public GetUserAccount ( UUID scopeID, string firstName, string lastName ) : |
||
scopeID | UUID | |
firstName | string | |
lastName | string | |
리턴 |
public StoreUserAccount ( UserAccount data ) : bool | ||
data | UserAccount | |
리턴 | bool |