From a8901a40f4526720f68049706cabd34cf9717172 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Thu, 31 Dec 2009 09:25:16 -0800 Subject: Simulation handlers (agents & objects) completed. --- OpenSim/Framework/IScene.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index 8067052..27b3d47 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs @@ -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 mod); void AddCommand(object module, string command, string shorthelp, string longhelp, CommandDelegate callback); + + ISceneObject DeserializeObject(string representation); } } -- cgit v1.1