Show / Hide Table of Contents

    Interface IMilestoneTrackSavedData

    The ISavedData associated with the IMilestoneTrack

    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.Gameplay
    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.