aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorMelanie2009-12-21 10:28:50 +0000
committerMelanie2009-12-21 10:28:50 +0000
commitdf30b1c832998ffbf3ed69f4a0977019fa13110d (patch)
tree7b78760e1df906b1a4d5a84d8299d6710a0ca3fa /OpenSim/Region/Framework/Interfaces
parentMerge branch 'master' into careminster (diff)
parentScript State Fix: Part 2 (diff)
downloadopensim-SC_OLD-df30b1c832998ffbf3ed69f4a0977019fa13110d.zip
opensim-SC_OLD-df30b1c832998ffbf3ed69f4a0977019fa13110d.tar.gz
opensim-SC_OLD-df30b1c832998ffbf3ed69f4a0977019fa13110d.tar.bz2
opensim-SC_OLD-df30b1c832998ffbf3ed69f4a0977019fa13110d.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IScriptModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs
index f11e571..98efcbe 100644
--- a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs
@@ -35,7 +35,7 @@ namespace OpenSim.Region.Framework.Interfaces
35 string ScriptEngineName { get; } 35 string ScriptEngineName { get; }
36 36
37 string GetXMLState(UUID itemID); 37 string GetXMLState(UUID itemID);
38 void SetXMLState(UUID itemID, string xml); 38 bool SetXMLState(UUID itemID, string xml);
39 39
40 bool PostScriptEvent(UUID itemID, string name, Object[] args); 40 bool PostScriptEvent(UUID itemID, string name, Object[] args);
41 bool PostObjectEvent(UUID itemID, string name, Object[] args); 41 bool PostObjectEvent(UUID itemID, string name, Object[] args);