C# Class ARKBreedingStats.ARKOverlay

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: cadon/ARKStatsExtractor Class Usage Examples

Méthodes publiques

Свойство Type Description
ExtractorForm Form1
OCRing bool
inventoryCheckTimer Timer
theOverlay ARKOverlay
timers List

Méthodes publiques

Méthode Description
ARKOverlay ( ) : System
setValues ( float wildValues, float tamedValues, Color colors = null ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ARKOverlay_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

inventoryCheckTimer_Tick ( object sender, EventArgs e ) : void
setBreedingProgressValues ( float percentage, int maxTime ) : void
setExtraText ( string p ) : void

Method Details

ARKOverlay() public méthode

public ARKOverlay ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

setValues() public méthode

public setValues ( float wildValues, float tamedValues, Color colors = null ) : void
wildValues float
tamedValues float
colors Color
Résultat void

Property Details

ExtractorForm public_oe property

public Form1 ExtractorForm
Résultat Form1

OCRing public_oe property

public bool OCRing
Résultat bool

inventoryCheckTimer public_oe property

public Timer inventoryCheckTimer
Résultat Timer

theOverlay public_oe static_oe property

public static ARKOverlay,ARKBreedingStats theOverlay
Résultat ARKOverlay

timers public_oe property

public List timers
Résultat List