Simulation handlers (agents & objects) completed.

This commit is contained in:
Diva Canto
2009-12-31 09:25:16 -08:00
parent af29999d7d
commit a8901a40f4
8 changed files with 572 additions and 20 deletions

View File

@@ -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);
}
}