diff options
author | Melanie Thielker | 2008-11-08 14:35:52 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-08 14:35:52 +0000 |
commit | e93828fe00f3ccc222c760eaf930de33cbc6c0e0 (patch) | |
tree | 7def7c34705ab9b5e883a392d4594d648fc949f1 /OpenSim/Region/Interfaces/IScriptModule.cs | |
parent | Change Version string from 0.5.11 to 0.6.0 for release. (diff) | |
download | opensim-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/IScriptModule.cs')
-rw-r--r-- | OpenSim/Region/Interfaces/IScriptModule.cs | 3 |
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 | } |