Show / Hide Table of Contents

    Class StandardContentData

    Inheritance
    Object
    ContentData
    StandardContentData
    Implements
    IStandardContentData
    IContentData
    IEntityData
    ISavedDataProvider
    IData
    Inherited Members
    ContentData._id
    ContentData.Id
    ContentData._initialCurrencyAmounts
    ContentData.InitialCurrencyAmounts
    ContentData._stageIds
    ContentData.StageIds
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class StandardContentData : ContentData, IStandardContentData, IContentData, IEntityData, ISavedDataProvider, IData

    Constructors

    StandardContentData()

    Declaration
    public StandardContentData()

    StandardContentData(String, String[], CurrencyAmount[], String[], String, String, String, String[], Single, Double, String, String, String)

    Declaration
    public StandardContentData(string id, string[] stageIds, CurrencyAmount[] initialCurrencyAmounts, string[] collectorEntityIds, string softCurrencyMissingResourcesMultiplierId, string upgradeableCurrencyMissingResourcesMultiplierId, string storeTimedRewardId, string[] tradeDataIds, float tradeCooldownDuration, double ascensionPower, string videoAdBoostId, string leaderboardCurrencyId, string leaderboardId)
    Parameters
    Type Name Description
    String id
    String[] stageIds
    CurrencyAmount[] initialCurrencyAmounts
    String[] collectorEntityIds
    String softCurrencyMissingResourcesMultiplierId
    String upgradeableCurrencyMissingResourcesMultiplierId
    String storeTimedRewardId
    String[] tradeDataIds
    Single tradeCooldownDuration
    Double ascensionPower
    String videoAdBoostId
    String leaderboardCurrencyId
    String leaderboardId

    Fields

    _ascensionPower

    Declaration
    protected double _ascensionPower
    Field Value
    Type Description
    Double

    _collectorEntityIds

    Declaration
    protected string[] _collectorEntityIds
    Field Value
    Type Description
    String[]

    _leaderboardCurrencyId

    Declaration
    protected string _leaderboardCurrencyId
    Field Value
    Type Description
    String

    _leaderboardId

    Declaration
    protected string _leaderboardId
    Field Value
    Type Description
    String

    _softCurrencyMissingResourcesMultiplierId

    Declaration
    protected string _softCurrencyMissingResourcesMultiplierId
    Field Value
    Type Description
    String

    _storeTimedRewardId

    Declaration
    protected string _storeTimedRewardId
    Field Value
    Type Description
    String

    _tradeCooldownDuration

    Declaration
    protected float _tradeCooldownDuration
    Field Value
    Type Description
    Single

    _tradeDataIds

    Declaration
    protected string[] _tradeDataIds
    Field Value
    Type Description
    String[]

    _upgradeableCurrencyMissingResourcesMultiplierId

    Declaration
    protected string _upgradeableCurrencyMissingResourcesMultiplierId
    Field Value
    Type Description
    String

    _videoAdBoostId

    Declaration
    protected string _videoAdBoostId
    Field Value
    Type Description
    String

    Properties

    AscensionPower

    Declaration
    public virtual double AscensionPower { get; }
    Property Value
    Type Description
    Double

    CollectorEntityIds

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

    LeaderboardCurrencyId

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

    LeaderboardId

    Declaration
    public string LeaderboardId { get; }
    Property Value
    Type Description
    String

    SoftCurrencyMissingResourcesMultiplierId

    Declaration
    public virtual string SoftCurrencyMissingResourcesMultiplierId { get; }
    Property Value
    Type Description
    String

    StoreTimedRewardId

    Declaration
    public virtual string StoreTimedRewardId { get; }
    Property Value
    Type Description
    String

    TradeCooldownDuration

    Declaration
    public virtual long TradeCooldownDuration { get; }
    Property Value
    Type Description
    Int64

    TradeDataIds

    Declaration
    public virtual string[] TradeDataIds { get; }
    Property Value
    Type Description
    String[]

    UpgradeableCurrencyMissingResourcesMultiplierId

    Declaration
    public virtual string UpgradeableCurrencyMissingResourcesMultiplierId { get; }
    Property Value
    Type Description
    String

    VideoAdBoostId

    Declaration
    public virtual string VideoAdBoostId { get; }
    Property Value
    Type Description
    String

    Methods

    CreateEntity()

    Declaration
    public override IEntity CreateEntity()
    Returns
    Type Description
    IEntity
    Overrides
    ContentData.CreateEntity()

    CreateSavedData()

    Declaration
    public override ISavedData CreateSavedData()
    Returns
    Type Description
    ISavedData
    Overrides
    ContentData.CreateSavedData()

    Implements

    IStandardContentData
    IContentData
    IEntityData
    ISavedDataProvider
    IData
    Back to top Copyright © 2020 East Side Games Inc.