Table of Contents

Class WinState.IntegerTracker

Namespace
Global
Assembly
Assembly-CSharp.dll
public class WinState.IntegerTracker : WinState.EndgameTracker
Inheritance
WinState.IntegerTracker
Inherited Members

Constructors

IntegerTracker(EndgameID, int, int, int, int)

public IntegerTracker(WinState.EndgameID ID, int dflt, int min, int showFrom, int max)

Parameters

ID WinState.EndgameID
dflt int
min int
showFrom int
max int

Fields

dflt

public int dflt

Field Value

int

lastShownProgress

public int lastShownProgress

Field Value

int

max

public int max

Field Value

int

min

public int min

Field Value

int

progress

public int progress

Field Value

int

showFrom

public int showFrom

Field Value

int

Properties

AnyProgressToSave

public override bool AnyProgressToSave { get; }

Property Value

bool

AnyProgressToShow

public override bool AnyProgressToShow { get; }

Property Value

bool

GoalAlreadyFullfilled

public override bool GoalAlreadyFullfilled { get; }

Property Value

bool

GoalFullfilled

public override bool GoalFullfilled { get; }

Property Value

bool

Methods

FromString(string[])

public override void FromString(string[] splt)

Parameters

splt string[]

SetProgress(int)

public void SetProgress(int v)

Parameters

v int

ToString()

public override string ToString()

Returns

string