Show / Hide Table of Contents

    Interface ITimedTrackSavedData

    The ISavedData associated with the ITimedTrack

    Inherited Members
    ITimedActivatableSavedData.TimeCompleted
    ITimedActivatableSavedData.IsComplete
    ITimedActivatableSavedData.SetEndTime(Int64)
    ITimedActivatableSavedData.Deactivate()
    ISavedData.TimeCreated
    ISavedData.TimeModified
    ISavedData.Load()
    ISavedData.Save()
    ISavedData.Delete()
    ISavedData.Reset()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ITimedTrackSavedData : ITimedActivatableSavedData, ISavedData, IInjectable

    Properties

    AreRewardsClaimed

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

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

    Methods

    SetRewardsClaimed()

    Sets AreRewardsClaimed to true.

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