Property | Type | Description | |
---|---|---|---|
m_agentInfoConnector | IAgentInfoConnector |
Method | Description | |
---|---|---|
FinishedStartup ( ) : void | ||
FireUserStatusChangeEvent ( string userID, bool loggingIn, UUID enteringRegion ) : void | ||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
Save ( |
||
SetLoggedIn ( string userID, bool loggingIn, UUID enteringRegion, string enteringRegionURI ) : void | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
Method | Description | |
---|---|---|
GetAgentsLocations ( string requestor, List |
||
GetUserInfo ( string userID ) : |
||
GetUserInfo ( string userID, bool checkForOfflineStatus ) : |
||
GetUserInfos ( List |
||
GetUserInfos ( UUID regionID ) : List |
||
SetHomePosition ( string userID, UUID homeID, System.Vector3 homePosition, System.Vector3 homeLookAt ) : bool | ||
SetLastPosition ( string userID, UUID regionID, System.Vector3 lastPosition, System.Vector3 lastLookAt, string regionURI ) : void |
public FireUserStatusChangeEvent ( string userID, bool loggingIn, UUID enteringRegion ) : void | ||
userID | string | |
loggingIn | bool | |
enteringRegion | UUID | |
return | void |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
public Save ( |
||
userInfo | ||
return | void |
public SetLoggedIn ( string userID, bool loggingIn, UUID enteringRegion, string enteringRegionURI ) : void | ||
userID | string | |
loggingIn | bool | |
enteringRegion | UUID | |
enteringRegionURI | string | |
return | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |