Class GuideReagentEmbed
Control for embedding a reagent into a guidebook.
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.BoxContainer
GuideReagentEmbed
Assembly: Content.Client.dll
Syntax
public sealed class GuideReagentEmbed : BoxContainer, IDocumentTag, ISearchableControl
Constructors
|
Improve this Doc
View Source
GuideReagentEmbed()
Declaration
public GuideReagentEmbed()
|
Improve this Doc
View Source
GuideReagentEmbed(ReagentPrototype)
Declaration
public GuideReagentEmbed(ReagentPrototype reagent)
Parameters
|
Improve this Doc
View Source
GuideReagentEmbed(String)
Declaration
public GuideReagentEmbed(string reagent)
Parameters
Type |
Name |
Description |
System.String |
reagent |
|
Methods
|
Improve this Doc
View Source
CheckMatchesSearch(String)
Declaration
public bool CheckMatchesSearch(string query)
Parameters
Type |
Name |
Description |
System.String |
query |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SetHiddenState(Boolean, String)
Declaration
public void SetHiddenState(bool state, string query)
Parameters
Type |
Name |
Description |
System.Boolean |
state |
|
System.String |
query |
|
|
Improve this Doc
View Source
TryParseTag(Dictionary<String, String>, out Control)
Declaration
public bool TryParseTag(Dictionary<string, string> args, out Control control)
Parameters
Type |
Name |
Description |
Dictionary<System.String, System.String> |
args |
|
Robust.Client.UserInterface.Control |
control |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
Extension Methods