Fix calling Hook.Call directly from Lua being broken
This commit is contained in:
@@ -134,6 +134,7 @@ public partial class EventService : IEventService
|
|||||||
return Call<object>(eventName, args);
|
return Call<object>(eventName, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[MoonSharpHidden] // Needs to be hidden so Lua doesn't accidentally use this instead of the above
|
||||||
public T Call<T>(string eventName, params object[] args)
|
public T Call<T>(string eventName, params object[] args)
|
||||||
{
|
{
|
||||||
Guard.IsNotNullOrWhiteSpace(eventName, nameof(eventName));
|
Guard.IsNotNullOrWhiteSpace(eventName, nameof(eventName));
|
||||||
|
|||||||
Reference in New Issue
Block a user