Show / Hide Table of Contents

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 Source

Guides

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>
| Improve this Doc View Source

IncludeChildren

Whether or not to automatically include the children of the given guides.

Declaration
public bool IncludeChildren
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾