32 namespace OpenSim.Framework
67 IConfigSource Config {
get; }
72 bool LoginsEnabled {
get; set; }
80 bool Ready {
get; set; }
82 float TimeDilation {
get; }
84 bool AllowScriptCrossings {
get; }
106 bool CloseAgent(UUID agentID,
bool force);
110 string GetSimulatorVersion();
112 bool TryGetScenePresence(UUID agentID, out
object scenePresence);
120 void RegisterModuleInterface<M>(M mod);
122 void StackModuleInterface<M>(M mod);
128 T RequestModuleInterface<T>();
134 T[] RequestModuleInterfaces<T>();
140 bool CheckClient(UUID agentID, System.Net.IPEndPoint ep);
OpenSim.Framework.RegionInfo RegionInfo
PresenceType
Indicate the type of ScenePresence.
delegate void restart(RegionInfo thisRegion)