Show / Hide Table of Contents

    Interface IUpgradeableData

    Contains the data associated to an Upgradeable Entity IUpgradeable

    Inherited Members
    IStaticData.id
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IUpgradeableData : IStaticData

    Properties

    upgradeLevelDatas

    Returns the array of UpgradeLevelData associated with this upgradeable Entity.

    Declaration
    IUpgradeLevelData[] upgradeLevelDatas { get; }
    Property Value
    Type Description
    IUpgradeLevelData[]

    Methods

    GetUpgradeDataForLevel(Int32)

    Returns an UpgradeLevelData for the provided upgrade level.

    Declaration
    IUpgradeLevelData GetUpgradeDataForLevel(int upgradeLevel)
    Parameters
    Type Name Description
    Int32 upgradeLevel
    Returns
    Type Description
    IUpgradeLevelData
    Back to top Copyright © 2020 East Side Games Inc.