Interface IPlotPointSequenceCollectionSavedData
Saved data for IPlotPointSequenceCollectionData, used to prevent the same plot points from activating multiple times
Inherited Members
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 |