diff options
author | Kitto Flora | 2009-12-22 00:34:06 -0500 |
---|---|---|
committer | Kitto Flora | 2009-12-22 00:34:06 -0500 |
commit | 11c4a2cfd001844332ffeba4cecbba8ea62ff6b7 (patch) | |
tree | 0dc2823877df67c4cc21ad3bdeb4dbfe08960c50 /OpenSim/Region/Framework/Interfaces/IScriptModule.cs | |
parent | Fix conflicts (diff) | |
parent | Add a data path for error messages (diff) | |
download | opensim-SC-11c4a2cfd001844332ffeba4cecbba8ea62ff6b7.zip opensim-SC-11c4a2cfd001844332ffeba4cecbba8ea62ff6b7.tar.gz opensim-SC-11c4a2cfd001844332ffeba4cecbba8ea62ff6b7.tar.bz2 opensim-SC-11c4a2cfd001844332ffeba4cecbba8ea62ff6b7.tar.xz |
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IScriptModule.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs index 98efcbe..e90b300 100644 --- a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs | |||
@@ -26,6 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | using System.Collections; | ||
29 | using OpenMetaverse; | 30 | using OpenMetaverse; |
30 | 31 | ||
31 | namespace OpenSim.Region.Framework.Interfaces | 32 | namespace OpenSim.Region.Framework.Interfaces |
@@ -39,5 +40,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
39 | 40 | ||
40 | bool PostScriptEvent(UUID itemID, string name, Object[] args); | 41 | bool PostScriptEvent(UUID itemID, string name, Object[] args); |
41 | bool PostObjectEvent(UUID itemID, string name, Object[] args); | 42 | bool PostObjectEvent(UUID itemID, string name, Object[] args); |
43 | |||
44 | ArrayList GetScriptErrors(UUID itemID); | ||
42 | } | 45 | } |
43 | } | 46 | } |