Show / Hide Table of Contents

    Interface IStandardContentData

    Contains data associated with a specific IStandardContent.

    Inherited Members
    IContentData.stageIds
    IContentData.initialCurrencyAmounts
    IEntityData.CreateEntity(String)
    ISavedDataProvider.CreateSavedData(String)
    ISavedDataProvider.isContentSpecific
    IStaticData.id
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IStandardContentData : IContentData, IEntityData, ISavedDataProvider, IStaticData

    Properties

    collectorEntityIds

    A list of the ICollectorEntityData ids included in this IContent.

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

    softCurrencyMissingResourcesMultiplierId

    The missing resources IExchangeRateMultiplierData id used for soft currency.

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

    timerTrunkId

    The ITimedRewardData id for the ITimedReward in this Content.

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

    tradeCooldownDuration

    The duration between the UI displaying CurrencyAmounts for valid ITrades.

    Declaration
    long tradeCooldownDuration { get; }
    Property Value
    Type Description
    Int64

    tradeDataIds

    The array of ITradeData ids associated with this Content.

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

    upgradeableCurrencyMissingResourcesMultiplierId

    The missing resources IExchangeRateMultiplierData id used for upgradeable currency.

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

    videoAdBoostId

    The ITimedBoostData id for the ITimedBoost in this Content.

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