diff options
author | Melanie | 2012-03-26 14:19:55 +0100 |
---|---|---|
committer | Melanie | 2012-03-26 14:19:55 +0100 |
commit | 7e0936e4b6ec0596390266a8435dea9c3f19f09c (patch) | |
tree | 7da6768edda1ccbecab7fe4e632c3cfb07114c4d /OpenSim/Region/Framework | |
parent | Fix the omission on the interface declaration (diff) | |
download | opensim-SC_OLD-7e0936e4b6ec0596390266a8435dea9c3f19f09c.zip opensim-SC_OLD-7e0936e4b6ec0596390266a8435dea9c3f19f09c.tar.gz opensim-SC_OLD-7e0936e4b6ec0596390266a8435dea9c3f19f09c.tar.bz2 opensim-SC_OLD-7e0936e4b6ec0596390266a8435dea9c3f19f09c.tar.xz |
Add a hust UUID to the script invocations
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs b/OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs index 2183c1c..34a4bfc 100644 --- a/OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs +++ b/OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs | |||
@@ -54,7 +54,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
54 | Type[] LookupTypeSignature(string fname); | 54 | Type[] LookupTypeSignature(string fname); |
55 | Type LookupReturnType(string fname); | 55 | Type LookupReturnType(string fname); |
56 | 56 | ||
57 | object InvokeOperation(UUID scriptId, string fname, params object[] parms); | 57 | object InvokeOperation(UUID hostId, UUID scriptId, string fname, params object[] parms); |
58 | 58 | ||
59 | /// <summary> | 59 | /// <summary> |
60 | /// Send a link_message event to an in-world script | 60 | /// Send a link_message event to an in-world script |