Merge branch 'master' into careminster

This commit is contained in:
Melanie
2012-03-26 16:47:02 +01:00
12 changed files with 162 additions and 45 deletions

View File

@@ -47,6 +47,8 @@ namespace OpenSim.Region.Framework.Interfaces
event ScriptCommand OnScriptCommand;
void RegisterScriptInvocation(object target, string method);
void RegisterScriptInvocation(object target, MethodInfo method);
void RegisterScriptInvocation(object target, string[] methods);
Delegate[] GetScriptInvocationList();
Delegate LookupScriptInvocation(string fname);