Show / Hide Table of Contents

    Interface IMilestoneTrackSavedData

    Inherited Members
    ITrackSavedData.isActive
    ITrackSavedData.Activate()
    ITrackSavedData.Deactivate()
    ITrackSavedData.currentActivatableIndex
    ITrackSavedData.CompleteCurrentActivatable()
    ISavedData.timeCreated
    ISavedData.timeModified
    ISavedData.Load()
    ISavedData.Save()
    ISavedData.Delete()
    ISavedData.Reset()
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMilestoneTrackSavedData : ITrackSavedData, ISavedData, IInjectable

    Properties

    areRewardsClaimed

    Returns true if the rewards for this IMilestoneTrack have been claimed.

    Declaration
    bool areRewardsClaimed { get; }
    Property Value
    Type Description
    Boolean

    isComplete

    Returns true if the associated IMilestoneTrack has been completed.

    Declaration
    bool isComplete { get; }
    Property Value
    Type Description
    Boolean

    Methods

    SetRewardsClaimed()

    Sets areRewardsClaimed to true.

    Declaration
    void SetRewardsClaimed()

    SetTrackComplete()

    Sets isComplete to true.

    Declaration
    void SetTrackComplete()
    Back to top Copyright © 2020 East Side Games Inc.