Class LuaEventContext
Inheritance
LuaEventContext
Assembly: SlipeServer.LuaControllers.dll
Syntax
public class LuaEventContext
Constructors
|
Edit this page
View Source
LuaEventContext(Player, Element, string)
Declaration
public LuaEventContext(Player player, Element source, string eventName)
Parameters
Properties
|
Edit this page
View Source
EventName
Declaration
public string EventName { get; }
Property Value
|
Edit this page
View Source
Player
Declaration
public Player Player { get; }
Property Value
|
Edit this page
View Source
Source
Declaration
public Element Source { get; }
Property Value