Class Input
Assembly: SlipeServer.dll
public static class Input
Methods
|
Improve this Doc
View Source
Declaration
public static bool BindKey(Player player, string key, KeyState state, Action<Player, string, KeyState> handler)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static bool BindKey(Player player, string key, KeyState state, string command)
Parameters
Returns
|
Improve this Doc
View Source
Unbinds a key from a method
Declaration
public static bool UnbindKey(Player player, string key, KeyState state, Action<Player, string, KeyState> handler)
Parameters
Returns
|
Improve this Doc
View Source
Unbinds a key from a command
Declaration
public static bool UnbindKey(Player player, string key, KeyState state, string command = null)
Parameters
Returns