Class RecipeFamilyLinkIdTranslator
Inheritance
System.Object
RecipeFamilyLinkIdTranslator
Assembly: Eco.Gameplay.dll
Syntax
public class RecipeFamilyLinkIdTranslator : ObjectLinkIdTranslator<RecipeFamily>, IObjectLinkIdTranslator
Constructors
RecipeFamilyLinkIdTranslator()
Declaration
public RecipeFamilyLinkIdTranslator()
Methods
GetTypedLinkId(RecipeFamily)
Declaration
protected override string GetTypedLinkId(RecipeFamily linkTarget)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
Eco.Gameplay.Systems.TextLinks.ObjectLinkIdTranslator<Eco.Gameplay.Items.Recipes.RecipeFamily>.GetTypedLinkId(Eco.Gameplay.Items.Recipes.RecipeFamily)
GetTypedLinkTarget(String)
Declaration
protected override RecipeFamily GetTypedLinkTarget(string linkId)
Parameters
Type |
Name |
Description |
System.String |
linkId |
|
Returns
Overrides
Eco.Gameplay.Systems.TextLinks.ObjectLinkIdTranslator<Eco.Gameplay.Items.Recipes.RecipeFamily>.GetTypedLinkTarget(System.String)
Implements
Extension Methods