mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Add some more overloads to allow registering overloaded methods and lists
of methods.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user