Show / Hide Table of Contents

    Interface IContentData

    Contains data associated with a specific IContent

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

    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.