Show / Hide Table of Contents

Class BaseLuaController<TPlayer>

Inheritance
object
BaseLuaController
BaseLuaController<TPlayer>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.LuaControllers
Assembly: SlipeServer.LuaControllers.dll
Syntax
public abstract class BaseLuaController<TPlayer> : BaseLuaController where TPlayer : Player
Type Parameters
Name Description
TPlayer

Properties

| Edit this page View Source

Context

Declaration
public LuaEventContext<TPlayer> Context { get; }
Property Value
Type Description
LuaEventContext<TPlayer>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX