Show / Hide Table of Contents

Class EcopediaChapter

Inheritance
System.Object
EcopediaChapter
Implements
IPrioritizedPage
IController
IViewController
IHasUniversalID
Namespace: Eco.Gameplay.EcopediaRoot
Assembly: Eco.Gameplay.dll
Syntax
public class EcopediaChapter : Object, IPrioritizedPage, IController, IViewController, IHasUniversalID

Constructors

EcopediaChapter()

Declaration
public EcopediaChapter()

EcopediaChapter(String, Int32)

Declaration
public EcopediaChapter(string chapterName, int priority = 0)
Parameters
Type Name Description
System.String chapterName
System.Int32 priority

Properties

Categories

Declaration
public List<EcopediaCategory> Categories { get; set; }
Property Value
Type Description
System.Collections.Generic.List<EcopediaCategory>

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

DisplayName

Declaration
public LocString DisplayName { get; set; }
Property Value
Type Description
LocString

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Priority

Declaration
public float Priority { get; set; }
Property Value
Type Description
System.Single

Implements

IPrioritizedPage
IController
IViewController
IHasUniversalID

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾