Show / Hide Table of Contents

Class LuaResult

Inheritance
object
LuaResult
LuaResult<T>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.LuaControllers.Results
Assembly: SlipeServer.LuaControllers.dll
Syntax
public class LuaResult

Constructors

| Edit this page View Source

LuaResult(string)

Declaration
public LuaResult(string eventSuffix)
Parameters
Type Name Description
string eventSuffix

Properties

| Edit this page View Source

EventSuffix

Declaration
public string EventSuffix { get; }
Property Value
Type Description
string

Methods

| Edit this page View Source

Error()

Declaration
public static LuaResult Error()
Returns
Type Description
LuaResult
| Edit this page View Source

Invalid()

Declaration
public static LuaResult Invalid()
Returns
Type Description
LuaResult
| Edit this page View Source

Success()

Declaration
public static LuaResult Success()
Returns
Type Description
LuaResult
| Edit this page View Source

Warning()

Declaration
public static LuaResult Warning()
Returns
Type Description
LuaResult
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX