Show / Hide Table of Contents

    Interface IContentData

    Contains data associated with a specific IContent

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

    Properties

    initialCurrencyAmounts

    The ICurrencyies a player will begin the IContent with. This can include IUpgradeableCurrency.

    Declaration
    CurrencyAmount[] initialCurrencyAmounts { get; }
    Property Value
    Type Description
    CurrencyAmount[]

    stageIds

    A list of the IStageData ids included in this IContent.

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