Interface IStageSavedData
Saved data for a IStage.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IStageSavedData : ISavedData, IInjectable
Properties
ActiveGoalIndices
Declaration
[Obsolete("Deprecated in version L.1.", true)]
int[] ActiveGoalIndices { get; }
Property Value
Type | Description |
---|---|
Int32[] |
HasStarted
A flag representing whether the IStage has previously been started.
Declaration
bool HasStarted { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
Ascend()
Performs any logic when the IStage ascends, such as resetting the ActiveGoalIndices.
Declaration
void Ascend()
BeginStage()
Performs any logic when the IStage begins, such as setting the HasStarted flag.
Declaration
void BeginStage()
ClaimGoal(Int32)
Declaration
[Obsolete("Deprecated in version L.1.", true)]
void ClaimGoal(int slotIndex)
Parameters
Type | Name | Description |
---|---|---|
Int32 | slotIndex |
GetNumberOfCompletedGoals()
Declaration
[Obsolete("Deprecated in version L.1.", true)]
int GetNumberOfCompletedGoals()
Returns
Type | Description |
---|---|
Int32 |