Class GuidebookWindow
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
GuidebookWindow
Implements
Namespace: Content.Client.Guidebook.Controls
Assembly: Content.Client.dll
Syntax
public sealed class GuidebookWindow : FancyWindow, ILinkClickHandler
Constructors
| Improve this Doc View SourceGuidebookWindow()
Declaration
public GuidebookWindow()
Methods
| Improve this Doc View SourceClearSelectedGuide()
Declaration
public void ClearSelectedGuide()
HandleClick(String)
Declaration
public void HandleClick(string link)
Parameters
Type | Name | Description |
---|---|---|
System.String | link |
UpdateGuides(Dictionary<String, GuideEntry>, Nullable<List<String>>, Nullable<String>, Nullable<String>)
Declaration
public void UpdateGuides(Dictionary<string, GuideEntry> entries, List<string>? rootEntries = null, string? forceRoot = null, string? selected = null)
Parameters
Type | Name | Description |
---|---|---|
Dictionary<System.String, GuideEntry> | entries | |
System.Nullable<List<System.String>> | rootEntries | |
System.Nullable<System.String> | forceRoot | |
System.Nullable<System.String> | selected |