Property | Type | Description | |
---|---|---|---|
m_Scene | IScene |
Method | Description | |
---|---|---|
AddRegion ( IScene scene ) : void | ||
Close ( ) : void | ||
Initialize ( IConfigSource config ) : void | ||
OnNewClient ( IClientAPI client ) : void | ||
OnRequestOnlineNotification ( object sender, string method, List |
||
RegionLoaded ( IScene scene ) : void | ||
RemoveRegion ( IScene scene ) : void |
Method | Description | |
---|---|---|
OnClosingClient ( IClientAPI client ) : void |
public Initialize ( IConfigSource config ) : void | ||
config | IConfigSource | |
return | void |
protected OnClosingClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |
public OnNewClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |
public OnRequestOnlineNotification ( object sender, string method, List |
||
sender | object | |
method | string | |
args | List |
|
return | void |