mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Added data structure to be passed through event execution queue so that events can use llDetect*-commands to find information about event.
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
using OpenSim.Region.ScriptEngine.Common.ScriptEngineBase;
|
||||
|
||||
namespace OpenSim.Region.ScriptEngine.Common
|
||||
{
|
||||
public interface IScript
|
||||
@@ -34,5 +36,6 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
Executor Exec { get; }
|
||||
string Source { get; set; }
|
||||
void Start(LSL_BuiltIn_Commands_Interface BuiltIn_Commands);
|
||||
EventQueueManager.Queue_llDetectParams_Struct llDetectParams { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user