mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Provide a GetApi method on the IScriptEngine to get a named API reference
This allows cross-api method calls on the implementation and also allows "Meta APIs" that only provide common functionality to other APIs
This commit is contained in:
@@ -85,5 +85,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
DetectParams GetDetectParams(int idx);
|
||||
UUID GetDetectID(int idx);
|
||||
void SaveState(string assembly);
|
||||
|
||||
IScriptApi GetApi(string name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user