Add a hust UUID to the script invocations

This commit is contained in:
Melanie
2012-03-26 14:19:55 +01:00
parent 98a6c78943
commit 7e0936e4b6
5 changed files with 25 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ namespace OpenSim.Region.Framework.Interfaces
Type[] LookupTypeSignature(string fname);
Type LookupReturnType(string fname);
object InvokeOperation(UUID scriptId, string fname, params object[] parms);
object InvokeOperation(UUID hostId, UUID scriptId, string fname, params object[] parms);
/// <summary>
/// Send a link_message event to an in-world script