Show / Hide Table of Contents

Class TalentBenefitTooltipManager

Inheritance
System.Object
TalentBenefitTooltipManager
Namespace: Eco.Gameplay.DynamicValues
Assembly: Eco.Gameplay.dll
Syntax
public static class TalentBenefitTooltipManager : Object

Methods

AddTalentBenefit(String, Type)

Declaration
public static void AddTalentBenefit(string targetType, Type talentType)
Parameters
Type Name Description
System.String targetType
System.Type talentType

AddTalentBenefit(Type, Type)

Declaration
public static void AddTalentBenefit(Type itemType, Type talentType)
Parameters
Type Name Description
System.Type itemType
System.Type talentType

DescribeTalentBenefitsForItemType(Type, User)

Declaration
public static LocString DescribeTalentBenefitsForItemType(Type itemType, User user)
Parameters
Type Name Description
System.Type itemType
User user
Returns
Type Description
LocString

DescribeTalentBenefitsForTag(String, User)

Declaration
public static LocString DescribeTalentBenefitsForTag(string tagName, User user)
Parameters
Type Name Description
System.String tagName
User user
Returns
Type Description
LocString

GetDescriptionOfTalentBenefitsFrom<T>(T, User)

Declaration
public static IEnumerable<LocString> GetDescriptionOfTalentBenefitsFrom<T>(T key, User user)
Parameters
Type Name Description
T key
User user
Returns
Type Description
System.Collections.Generic.IEnumerable<LocString>
Type Parameters
Name Description
T
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾