Class GuideHelpComponent
This component stores a reference to a guidebook that contains information relevant to this entity.
Inheritance
System.Object
GuideHelpComponent
Namespace: Content.Client.Guidebook.Components
Assembly: Content.Client.dll
Syntax
public sealed class GuideHelpComponent : Component
Fields
| Improve this Doc View SourceGuides
What guides to include show when opening the guidebook. The first entry will be used to select the currently selected guidebook.
Declaration
public List<string> Guides
Field Value
| Type | Description |
|---|---|
| List<System.String> |
IncludeChildren
Whether or not to automatically include the children of the given guides.
Declaration
public bool IncludeChildren
Field Value
| Type | Description |
|---|---|
| System.Boolean |
OpenOnActivation
Whether or not to open the UI when interacting with the entity while on hand. Mostly intended for books
Declaration
public bool OpenOnActivation
Field Value
| Type | Description |
|---|---|
| System.Boolean |