Method | Description | |
---|---|---|
AddRegion ( IScene scene ) : void | ||
Close ( ) : void | ||
Initialize ( IConfigSource source ) : void | ||
RegionLoaded ( IScene scene ) : void | ||
RemoveRegion ( IScene scene ) : void |
Method | Description | |
---|---|---|
GenericShutdown ( ) : void |
This shuts down the heartbeats so that everything is dead again
|
|
GenericStartup ( ) : void |
This sets up the heartbeats so that they are running again, which is needed
|
|
MediumShutdown ( ) : void | ||
MediumStartup ( ) : void |
We've already loaded prims/parcels/land earlier, we don't have anything else to load, so we just need to get the heartbeats back on track
|
|
OnGenericEvent ( string FunctionName, object parameters ) : object | ||
OnRemovePresence ( IScenePresence presence ) : void |
public Initialize ( IConfigSource source ) : void | ||
source | IConfigSource | |
return | void |