C# Class ARKBreedingStats.ARKOverlay

Inheritance: System.Windows.Forms.Form
Show file Open project: cadon/ARKStatsExtractor Class Usage Examples

Public Properties

Property Type Description
ExtractorForm Form1
OCRing bool
inventoryCheckTimer Timer
theOverlay ARKOverlay
timers List

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public ARKOverlay ( ) : System
return System

Dispose() protected method

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

setValues() public method

public setValues ( float wildValues, float tamedValues, Color colors = null ) : void
wildValues float
tamedValues float
colors Color
return void

Property Details

ExtractorForm public property

public Form1 ExtractorForm
return Form1

OCRing public property

public bool OCRing
return bool

inventoryCheckTimer public property

public Timer inventoryCheckTimer
return Timer

theOverlay public static property

public static ARKOverlay,ARKBreedingStats theOverlay
return ARKOverlay

timers public property

public List timers
return List