Méthode | Description | |
---|---|---|
AddRegion ( IScene scene ) : void | ||
Close ( ) : void | ||
Initialize ( IConfigSource source ) : void | ||
OnConnectionClose ( IClientAPI client ) : void | ||
OnGenericEvent ( string functionName, object parameters ) : object | ||
OnNewClient ( IClientAPI client ) : void | ||
RegionLoaded ( IScene scene ) : void | ||
RemoveRegion ( IScene scene ) : void |
Méthode | Description | |
---|---|---|
EventManager_OnStartupFullyComplete ( IScene scene, List |
||
OnClosingClient ( IClientAPI client ) : void | ||
m_presenceUpdateTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void |
public Initialize ( IConfigSource source ) : void | ||
source | IConfigSource | |
Résultat | void |
public OnConnectionClose ( IClientAPI client ) : void | ||
client | IClientAPI | |
Résultat | void |
public OnGenericEvent ( string functionName, object parameters ) : object | ||
functionName | string | |
parameters | object | |
Résultat | object |
public OnNewClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
Résultat | void |
public RegionLoaded ( IScene scene ) : void | ||
scene | IScene | |
Résultat | void |
public RemoveRegion ( IScene scene ) : void | ||
scene | IScene | |
Résultat | void |