mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 14:35:44 +08:00
Simplify the module invocation registration. The types and method name
can be pulled fromt he delegate so we don't need to pass them explicitly
This commit is contained in:
@@ -46,7 +46,8 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// </summary>
|
||||
event ScriptCommand OnScriptCommand;
|
||||
|
||||
void RegisterScriptInvocation(string name, ScriptInvocation fn, Type[] csig, Type rsig);
|
||||
void RegisterScriptInvocation(ScriptInvocation fn);
|
||||
ScriptInvocation[] GetScriptInvocationList();
|
||||
|
||||
ScriptInvocation LookupScriptInvocation(string fname);
|
||||
string LookupModInvocation(string fname);
|
||||
|
||||
Reference in New Issue
Block a user