Class KeyBindTag
Inheritance
System.Object
KeyBindTag
Implements
Robust.Client.UserInterface.RichText.IMarkupTag
Namespace: Content.Client.Guidebook.Richtext
Assembly: Content.Client.dll
Syntax
public sealed class KeyBindTag : object, IMarkupTag
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceTextBefore(MarkupNode)
Declaration
public string TextBefore(MarkupNode node)
Parameters
Type | Name | Description |
---|---|---|
Robust.Shared.Utility.MarkupNode | node |
Returns
Type | Description |
---|---|
System.String |
Implements
Robust.Client.UserInterface.RichText.IMarkupTag