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