Show / Hide Table of Contents

Class KeyConstants

Inheritance
object
KeyConstants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Constants
Assembly: SlipeServer.Packets.dll
Syntax
public class KeyConstants

Methods

| Edit this page View Source

ControlToString(Controls)

Declaration
public static string ControlToString(KeyConstants.Controls control)
Parameters
Type Name Description
KeyConstants.Controls control
Returns
Type Description
string
| Edit this page View Source

IsValid(string)

Declaration
public static bool IsValid(string controlOrKey)
Parameters
Type Name Description
string controlOrKey
Returns
Type Description
bool
| Edit this page View Source

KeyToString(Keys)

Declaration
public static string KeyToString(KeyConstants.Keys key)
Parameters
Type Name Description
KeyConstants.Keys key
Returns
Type Description
string
| Edit this page View Source

StringToControl(string)

Declaration
public static KeyConstants.Controls StringToControl(string control)
Parameters
Type Name Description
string control
Returns
Type Description
KeyConstants.Controls
| Edit this page View Source

StringToKey(string)

Declaration
public static KeyConstants.Keys StringToKey(string key)
Parameters
Type Name Description
string key
Returns
Type Description
KeyConstants.Keys
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX