mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user