Show / Hide Table of Contents

    Interface IStandardContentData

    Contains data associated with a specific IStandardContent.

    Inherited Members
    IContentData.StageIds
    IContentData.InitialCurrencyAmounts
    IEntityData.CreateEntity()
    ISavedDataProvider.CreateSavedData()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IStandardContentData : IContentData, IEntityData, ISavedDataProvider, IData

    Properties

    CollectorEntityIds

    A list of the ICollectorEntityData ids included in this IContent.

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

    LeaderboardCurrencyId

    The id of a ICurrency that will be used as score for the associated leaderboard for this content. Applies both to events and regular content.

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

    LeaderboardId

    The id of a leaderboard that will be updated automatically for this content with the designated currency from LeaderboardCurrencyId. This applies only to non-event content.

    Declaration
    string LeaderboardId { 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

    StoreTimedRewardId

    The IStoreTimedRewardData id for the IStoreTimedReward in this Content.

    Declaration
    string StoreTimedRewardId { 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.