Show / Hide Table of Contents

    Interface IBoostSavedData

    Saved data associated with a given IBoost

    Inherited Members
    ISavedData.TimeCreated
    ISavedData.TimeModified
    ISavedData.Load()
    ISavedData.Save()
    ISavedData.Delete()
    ISavedData.Reset()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IBoostSavedData : ISavedData, IInjectable

    Properties

    IsActive

    Returns true if the IBoost is currently active.

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

    Methods

    Activate()

    Corresponding call to that alters saved data accordingly

    Declaration
    void Activate()

    Deactivate()

    Corresponding call to that alters saved data accordingly

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