Method | Description | |
---|---|---|
AddRegion ( IScene scene ) : void | ||
Close ( ) : void | ||
Initialize ( IConfigSource pSource ) : void | ||
RegionLoaded ( IScene scene ) : void | ||
RegisterCaps ( UUID agentID, IHttpServer server ) : OSDMap | ||
RemoveRegion ( IScene scene ) : void | ||
SetHomeRezPoint ( IClientAPI remoteClient, ulong regionHandle, System.Vector3 position, System.Vector3 lookAt, uint flags ) : void |
Sets the Home Point. The LoginService uses this to know where to put a user when they log-in
|
Method | Description | |
---|---|---|
CopyInventoryFromNotecard ( Stream request, UUID agentID ) : byte[] | ||
EventManager_OnClosingClient ( IClientAPI client ) : void | ||
EventManager_OnNewClient ( IClientAPI client ) : void |
public Initialize ( IConfigSource pSource ) : void | ||
pSource | IConfigSource | |
return | void |
public RegisterCaps ( UUID agentID, IHttpServer server ) : OSDMap | ||
agentID | UUID | |
server | IHttpServer | |
return | OSDMap |
public SetHomeRezPoint ( IClientAPI remoteClient, ulong regionHandle, System.Vector3 position, System.Vector3 lookAt, uint flags ) : void | ||
remoteClient | IClientAPI | |
regionHandle | ulong | |
position | System.Vector3 | |
lookAt | System.Vector3 | |
flags | uint | |
return | void |