Method | Description | |
---|---|---|
Close ( IScene scene ) : void | ||
DeleteRegion ( IScene scene ) : void | ||
FinishStartup ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
GodlikeMessage ( IClientAPI client, UUID requester, string Method, List |
||
Initialise ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
PostFinishStartup ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
PostInitialise ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
StartupComplete ( ) : void |
Method | Description | |
---|---|---|
BanUser ( IScene scene, string cmdparams ) : void | ||
ProcessLoginCommands ( IScene scene, string cmd ) : void | ||
SetRegionInfoOption ( IScene scene, string cmdparams ) : void | ||
SetRegionMaturity ( IScene scene, string cmdparams ) : void | ||
UnBanUser ( IScene scene, string cmdparams ) : void |
Method | Description | |
---|---|---|
CheckEstateGroups ( WhiteCore.Framework.SceneInfo.EstateSettings ES, WhiteCore.Framework.PresenceInfo.AgentCircuitData agent ) : bool | ||
FindUnBannedParcel ( System.Vector3 Position, IScenePresence Sp, UUID AgentID, ILandObject &ILO, System.Vector3 &newPosition, string &reason ) : bool | ||
OnAllowedIncomingAgent ( IScene scene, WhiteCore.Framework.PresenceInfo.AgentCircuitData agent, bool isRootAgent, string &reason ) : bool | ||
OnAllowedIncomingTeleport ( UUID userID, IScene scene, System.Vector3 position, uint teleportFlags, System.Vector3 &newPosition, string &reason ) : bool | ||
OnClosingClient ( IClientAPI client ) : void | ||
OnNewClient ( IClientAPI client ) : void | ||
SendTelehubInfo ( IClientAPI client ) : void |
protected BanUser ( IScene scene, string cmdparams ) : void | ||
scene | IScene | |
cmdparams | string | |
return | void |
public FinishStartup ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
scene | IScene | |
source | IConfigSource | |
simBase | ISimulationBase | |
return | void |
public GodlikeMessage ( IClientAPI client, UUID requester, string Method, List |
||
client | IClientAPI | |
requester | UUID | |
Method | string | |
Parameters | List |
|
return | void |
public Initialise ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
scene | IScene | |
source | IConfigSource | |
simBase | ISimulationBase | |
return | void |
public PostFinishStartup ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
scene | IScene | |
source | IConfigSource | |
simBase | ISimulationBase | |
return | void |
public PostInitialise ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
scene | IScene | |
source | IConfigSource | |
simBase | ISimulationBase | |
return | void |
protected ProcessLoginCommands ( IScene scene, string cmd ) : void | ||
scene | IScene | |
cmd | string | |
return | void |
protected SetRegionInfoOption ( IScene scene, string cmdparams ) : void | ||
scene | IScene | |
cmdparams | string | |
return | void |
protected SetRegionMaturity ( IScene scene, string cmdparams ) : void | ||
scene | IScene | |
cmdparams | string | |
return | void |
protected UnBanUser ( IScene scene, string cmdparams ) : void | ||
scene | IScene | |
cmdparams | string | |
return | void |