Method | Description | |
---|---|---|
AddRegion ( IScene scene ) : void | ||
Close ( ) : void | ||
Initialise ( IConfigSource config ) : void | ||
OnChatFromWorld ( Object sender, Aurora.Framework.ClientInterfaces.OSChatMessage c ) : void | ||
OnClientLoggedOut ( IClientAPI client ) : void | ||
OnMakeChildAgent ( IScenePresence agent, Aurora.Framework.Services.GridRegion destination ) : void | ||
OnMakeRootAgent ( IScenePresence agent ) : void | ||
OnNewClient ( IClientAPI client ) : void | ||
RemoveRegion ( IScene scene ) : void | ||
XmlRpcUpdateWelcomeMethod ( Nwc.XmlRpc.XmlRpcRequest request, |
Method | Description | |
---|---|---|
AnnounceToAgent ( IScenePresence agent, string msg ) : void | ||
AnnounceToAgentsRegion ( IScene scene, string msg ) : void | ||
OnChatBroadcast ( Object sender, Aurora.Framework.ClientInterfaces.OSChatMessage c ) : void | ||
OnChatFromClient ( IClientAPI sender, Aurora.Framework.ClientInterfaces.OSChatMessage c ) : void | ||
UpdateBroker ( IScene scene ) : void | ||
WelcomeAvatar ( IScenePresence agent, IScene scene ) : void |
Method | Description | |
---|---|---|
UpdateBrokerDone ( IAsyncResult result ) : void | ||
UpdateBrokerSend ( IAsyncResult result ) : void | ||
checkStringParameters ( Nwc.XmlRpc.XmlRpcRequest request, string param ) : void |
protected AnnounceToAgent ( IScenePresence agent, string msg ) : void | ||
agent | IScenePresence | |
msg | string | |
return | void |
protected AnnounceToAgentsRegion ( IScene scene, string msg ) : void | ||
scene | IScene | |
msg | string | |
return | void |
public Initialise ( IConfigSource config ) : void | ||
config | IConfigSource | |
return | void |
protected OnChatBroadcast ( Object sender, Aurora.Framework.ClientInterfaces.OSChatMessage c ) : void | ||
sender | Object | |
c | Aurora.Framework.ClientInterfaces.OSChatMessage | |
return | void |
protected OnChatFromClient ( IClientAPI sender, Aurora.Framework.ClientInterfaces.OSChatMessage c ) : void | ||
sender | IClientAPI | |
c | Aurora.Framework.ClientInterfaces.OSChatMessage | |
return | void |
public OnChatFromWorld ( Object sender, Aurora.Framework.ClientInterfaces.OSChatMessage c ) : void | ||
sender | Object | |
c | Aurora.Framework.ClientInterfaces.OSChatMessage | |
return | void |
public OnClientLoggedOut ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |
public OnMakeChildAgent ( IScenePresence agent, Aurora.Framework.Services.GridRegion destination ) : void | ||
agent | IScenePresence | |
destination | Aurora.Framework.Services.GridRegion | |
return | void |
public OnMakeRootAgent ( IScenePresence agent ) : void | ||
agent | IScenePresence | |
return | void |
public OnNewClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |
protected UpdateBroker ( IScene scene ) : void | ||
scene | IScene | |
return | void |
protected WelcomeAvatar ( IScenePresence agent, IScene scene ) : void | ||
agent | IScenePresence | |
scene | IScene | |
return | void |
public XmlRpcUpdateWelcomeMethod ( Nwc.XmlRpc.XmlRpcRequest request, |
||
request | Nwc.XmlRpc.XmlRpcRequest | |
remoteClient | ||
return | Nwc.XmlRpc.XmlRpcResponse |