Show / Hide Table of Contents

    Interface IStoreTimedRewardSavedData

    The ISavedData associated with the IStoreTimedReward

    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 IStoreTimedRewardSavedData : ITimedActivatableSavedData, ISavedData, IInjectable

    Properties

    HasStarted

    Returns true if this IStoreTimedReward has been started before.

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

    TimeStarted

    Return the time the IStoreTimedReward countdown started. subtracts TimeStarted should give the duration used for this IStoreTimedReward.

    Declaration
    long TimeStarted { get; }
    Property Value
    Type Description
    Int64

    Methods

    SetEndTime(Int64, Int64)

    Set the TimeStarted and .

    Declaration
    void SetEndTime(long startTime, long duration)
    Parameters
    Type Name Description
    Int64 startTime
    Int64 duration

    SetUnlocked(Boolean)

    Set the status.

    Declaration
    void SetUnlocked(bool unlocked)
    Parameters
    Type Name Description
    Boolean unlocked
    Back to top Copyright © 2020 East Side Games Inc.