aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Interfaces
diff options
context:
space:
mode:
authorMelanie Thielker2008-11-08 14:35:52 +0000
committerMelanie Thielker2008-11-08 14:35:52 +0000
commite93828fe00f3ccc222c760eaf930de33cbc6c0e0 (patch)
tree7def7c34705ab9b5e883a392d4594d648fc949f1 /OpenSim/Region/Interfaces
parentChange Version string from 0.5.11 to 0.6.0 for release. (diff)
downloadopensim-SC_OLD-e93828fe00f3ccc222c760eaf930de33cbc6c0e0.zip
opensim-SC_OLD-e93828fe00f3ccc222c760eaf930de33cbc6c0e0.tar.gz
opensim-SC_OLD-e93828fe00f3ccc222c760eaf930de33cbc6c0e0.tar.bz2
opensim-SC_OLD-e93828fe00f3ccc222c760eaf930de33cbc6c0e0.tar.xz
Add some discovery code, laying groundwork for region-crossing scripts
No user functionality yet
Diffstat (limited to 'OpenSim/Region/Interfaces')
-rw-r--r--OpenSim/Region/Interfaces/IScriptModule.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Interfaces/IScriptModule.cs b/OpenSim/Region/Interfaces/IScriptModule.cs
index e01b472..9dca862 100644
--- a/OpenSim/Region/Interfaces/IScriptModule.cs
+++ b/OpenSim/Region/Interfaces/IScriptModule.cs
@@ -34,5 +34,8 @@ namespace OpenSim.Region.Interfaces
34 public interface IScriptModule 34 public interface IScriptModule
35 { 35 {
36 string ScriptEngineName { get; } 36 string ScriptEngineName { get; }
37
38 string GetAssemblyName(UUID itemID);
39 string GetXMLState(UUID itemID);
37 } 40 }
38} 41}