Show / Hide Table of Contents

    Interface IGoalData

    Contains the data associated with a IGoal.

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

    Properties

    amount

    Returns the target progression amount for the IGoal.

    Declaration
    double amount { get; }
    Property Value
    Type Description
    Double

    rewardId

    The Id of the reward that is associated with the IGoal. Usually this would be a IGachaReward or Currency reward.

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