Show / Hide Table of Contents

    Interface ITradeData

    Contains the IEntityData associated with a certain ITrade.

    Inherited Members
    IEntityData.CreateEntity()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ITradeData : IEntityData, IData

    Properties

    ExchangeRateMultiplierId

    The Id of the IExchangeRateMultiplier used to calculate the trade's output value.

    Declaration
    string ExchangeRateMultiplierId { get; }
    Property Value
    Type Description
    String

    InputAmount

    The cost of the trade, in the ICurrencys specified by InputCurrencyTagIds.

    Declaration
    double InputAmount { get; }
    Property Value
    Type Description
    Double

    InputCurrencyTagIds

    The Tag Ids used to generate the eligible input ICurrencys for the ITrade.

    Declaration
    string[] InputCurrencyTagIds { get; }
    Property Value
    Type Description
    String[]

    OutputCurrencyTagIds

    The Tag Ids used to generate the eligible output ICurrencys for the ITrade.

    Declaration
    string[] OutputCurrencyTagIds { get; }
    Property Value
    Type Description
    String[]
    Back to top Copyright © 2020 East Side Games Inc.