Add some discovery code, laying groundwork for region-crossing scripts

No user functionality yet
This commit is contained in:
Melanie Thielker
2008-11-08 14:35:52 +00:00
parent 69afefa788
commit e93828fe00
3 changed files with 29 additions and 3 deletions

View File

@@ -72,8 +72,5 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
string ScriptEngineName { get; }
ILog Log { get; }
IScriptApi GetApi(UUID itemID, string name);
string GetAssemblyName(UUID itemID);
string GetXMLState(UUID itemID);
}
}