Show / Hide Table of Contents

    Interface IPlotPointSequenceCollectionSavedData

    Saved data for IPlotPointSequenceCollectionData, used to prevent the same plot points from activating multiple times

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

    Properties

    completedSequenceIds

    A list of sequence IDs which have already been completed

    Declaration
    string[] completedSequenceIds { get; }
    Property Value
    Type Description
    String[]

    savedId

    Declaration
    string savedId { get; }
    Property Value
    Type Description
    String

    Methods

    AddCompletedSequence(String)

    Adds a seuqnece ID to the list of completedSequenceIds

    Declaration
    void AddCompletedSequence(string sequenceId)
    Parameters
    Type Name Description
    String sequenceId

    The sequence ID which has been completed

    Back to top Copyright © 2020 East Side Games Inc.