Show / Hide Table of Contents

Class GuideEntry

Inheritance
System.Object
GuideEntry
GuideEntryPrototype
Namespace: Content.Client.Guidebook
Assembly: Content.Client.dll
Syntax
public class GuideEntry : object

Fields

| Improve this Doc View Source

Children

The "children" of this guide for when guides are shown in a tree / table of contents.

Declaration
public List<string> Children
Field Value
Type Description
List<System.String>
| Improve this Doc View Source

FilterEnabled

Enable filtering of items.

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

Id

The unique id for this guide.

Declaration
public string Id
Field Value
Type Description
System.String
| Improve this Doc View Source

Name

The name of this guide. This gets localized.

Declaration
public string Name
Field Value
Type Description
System.String
| Improve this Doc View Source

Priority

Priority for sorting top-level guides when shown in a tree / table of contents. If the guide is the child of some other guide, the order simply determined by the order of children in Children.

Declaration
public int Priority
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Text

The file containing the contents of this guide.

Declaration
public ResPath Text
Field Value
Type Description
Robust.Shared.Utility.ResPath
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾