mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Kan-Ed fix series. Fix llTakeControls to behave as documented.
XEngine fixes: prevent queue overruns, prevent spamming when no key is down. Release controls when conflicting permissions are requested or permissions are refused later. Release when prim or script are deleted. Fixes Scene script instance deletion semantics.
This commit is contained in:
@@ -93,6 +93,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
DetectParams GetDetectParams(int idx);
|
||||
UUID GetDetectID(int idx);
|
||||
void SaveState(string assembly);
|
||||
void DestroyScriptInstance();
|
||||
|
||||
IScriptApi GetApi(string name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user