Class BoundEvent
Assembly: SlipeServer.LuaControllers.dll
Syntax
Constructors
|
Edit this page
View Source
BoundEvent(IServiceProvider, string, Type, MethodInfo, BaseLuaController?)
Declaration
public BoundEvent(IServiceProvider serviceProvider, string eventName, Type controllerType, MethodInfo method, BaseLuaController? controllerInstance)
Parameters
Properties
|
Edit this page
View Source
ControllerInstance
Declaration
public BaseLuaController? ControllerInstance { get; set; }
Property Value
|
Edit this page
View Source
ControllerType
Declaration
public Type ControllerType { get; set; }
Property Value
|
Edit this page
View Source
EventName
Declaration
public string EventName { get; set; }
Property Value
|
Edit this page
View Source
Method
Declaration
public MethodInfo Method { get; set; }
Property Value
|
Edit this page
View Source
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
Methods
|
Edit this page
View Source
HandleEvent(LuaEvent, object?[])
Declaration
public LuaResult? HandleEvent(LuaEvent luaEvent, object?[] parameters)
Parameters
Returns