Show / Hide Table of Contents

    Interface IContentSavedData

    Saved data for IContent

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

    Properties

    currentStageId

    The id of the current IStage in the ContentData.stageIds array.

    Declaration
    string currentStageId { get; set; }
    Property Value
    Type Description
    String

    hasStarted

    Has the IContent associated with this ISavedData be started?

    Declaration
    bool hasStarted { get; set; }
    Property Value
    Type Description
    Boolean
    Back to top Copyright © 2020 East Side Games Inc.