Show / Hide Table of Contents

Class SkillsLookUp

Inheritance
System.Object
SkillsLookUp
Namespace: Eco.Gameplay.Skills
Assembly: Eco.Gameplay.dll
Syntax
public class SkillsLookUp : Object

Constructors

SkillsLookUp()

Declaration
public SkillsLookUp()

Fields

SkillScrollToSkillbook

Declaration
public static Dictionary<Type, Type> SkillScrollToSkillbook
Field Value
Type Description
System.Collections.Generic.Dictionary<System.Type, System.Type>

SkillToResearchSkillReq

Declaration
public Dictionary<Type, List<RequiresSkillAttribute>> SkillToResearchSkillReq
Field Value
Type Description
System.Collections.Generic.Dictionary<System.Type, System.Collections.Generic.List<RequiresSkillAttribute>>

SkillToRootTree

Declaration
public Dictionary<Type, SkillTree> SkillToRootTree
Field Value
Type Description
System.Collections.Generic.Dictionary<System.Type, SkillTree>

SkillToSkillBook

Declaration
public static Dictionary<Type, Type> SkillToSkillBook
Field Value
Type Description
System.Collections.Generic.Dictionary<System.Type, System.Type>

SkillToSkillReq

Declaration
public Dictionary<Type, RequiresSkillAttribute> SkillToSkillReq
Field Value
Type Description
System.Collections.Generic.Dictionary<System.Type, RequiresSkillAttribute>

SkillToSkillScroll

Declaration
public static Dictionary<Type, Type> SkillToSkillScroll
Field Value
Type Description
System.Collections.Generic.Dictionary<System.Type, System.Type>

SkillToSkillTree

Declaration
public Dictionary<Type, SkillTree> SkillToSkillTree
Field Value
Type Description
System.Collections.Generic.Dictionary<System.Type, SkillTree>

SkillToSpecialityTree

Declaration
public Dictionary<Type, SkillTree> SkillToSpecialityTree
Field Value
Type Description
System.Collections.Generic.Dictionary<System.Type, SkillTree>

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
☀
☾