mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Add a hust UUID to the script invocations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user