Class GuideEntry
Namespace: Content.Client.Guidebook
Assembly: Content.Client.dll
Syntax
public class GuideEntry : object
Fields
| Improve this Doc View SourceChildren
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> |
FilterEnabled
Enable filtering of items.
Declaration
public bool FilterEnabled
Field Value
Type | Description |
---|---|
System.Boolean |
Id
The unique id for this guide.
Declaration
public string Id
Field Value
Type | Description |
---|---|
System.String |
Name
The name of this guide. This gets localized.
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
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 |
Text
The file containing the contents of this guide.
Declaration
public ResPath Text
Field Value
Type | Description |
---|---|
Robust.Shared.Utility.ResPath |