Class BoundKeyHelper
Inheritance
System.Object
BoundKeyHelper
Assembly: Content.Client.dll
Syntax
public static class BoundKeyHelper : object
Methods
|
Improve this Doc
View Source
ShortKeyName(BoundKeyFunction)
Declaration
public static string ShortKeyName(BoundKeyFunction keyFunction)
Parameters
Type |
Name |
Description |
Robust.Shared.Input.BoundKeyFunction |
keyFunction |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TryGetShortKeyName(BoundKeyFunction, out Nullable<String>)
Declaration
public static bool TryGetShortKeyName(BoundKeyFunction keyFunction, out string? name)
Parameters
Type |
Name |
Description |
Robust.Shared.Input.BoundKeyFunction |
keyFunction |
|
System.Nullable<System.String> |
name |
|
Returns
Type |
Description |
System.Boolean |
|