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.Gameplay
    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.