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

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

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

    Methods

    AddCompletedSequence(String)

    Adds a sequence 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.