mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Some script engine interface changes
This commit is contained in:
@@ -57,5 +57,11 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
|
||||
DetectParams GetDetectParams(UUID item, int number);
|
||||
int GetStartParameter(UUID itemID);
|
||||
|
||||
void SetScriptState(UUID itemID, bool state);
|
||||
bool GetScriptState(UUID itemID);
|
||||
void SetState(UUID itemID, string newState);
|
||||
void ApiResetScript(UUID itemID);
|
||||
void ResetScript(UUID itemID);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,12 +46,6 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
ILog Log { get; }
|
||||
string ScriptEngineName { get; }
|
||||
|
||||
void ApiResetScript(UUID itemID);
|
||||
void ResetScript(UUID itemID);
|
||||
void SetScriptState(UUID itemID, bool state);
|
||||
bool GetScriptState(UUID itemID);
|
||||
void SetState(UUID itemID, string newState);
|
||||
|
||||
/// <summary>
|
||||
/// Queue an event for execution
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user