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