Show / Hide Table of Contents

    Interface ITimedBoostSavedData

    Saved data associated with a given ITimedBoost

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

    Properties

    timeCompleted

    Return the time at which the ITimedBoost will deactivate.

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

    Methods

    SetEndTime(Int64)

    Sets the timeCompleted timestamp.

    Declaration
    void SetEndTime(long newEndTimestamp)
    Parameters
    Type Name Description
    Int64 newEndTimestamp
    Back to top Copyright © 2020 East Side Games Inc.