mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Simulation handlers (agents & objects) completed.
This commit is contained in:
@@ -66,6 +66,8 @@ namespace OpenSim.Framework
|
||||
|
||||
float TimeDilation { get; }
|
||||
|
||||
bool AllowScriptCrossings { get; }
|
||||
|
||||
event restart OnRestart;
|
||||
|
||||
void AddNewClient(IClientAPI client);
|
||||
@@ -96,5 +98,7 @@ namespace OpenSim.Framework
|
||||
void StackModuleInterface<M>(M mod);
|
||||
|
||||
void AddCommand(object module, string command, string shorthelp, string longhelp, CommandDelegate callback);
|
||||
|
||||
ISceneObject DeserializeObject(string representation);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user