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