C# Class ARKBreedingStats.BreedingPlan

Show file Open project: cadon/ARKStatsExtractor

Public Properties

Property Type Description
chosenCreature Creature
currentSpecies string
maxSuggestions int
speciesIndex int
statWeights double[]

Public Methods

Method Description
BreedingPlan ( ) : System
Clear ( ) : void
ClearControls ( ) : void
drawBestParents ( BreedingMode breedingMode, bool updateBreedingData = false ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Method Description
CreatureClicked ( Creature c, int comboIndex, MouseEventArgs e ) : void
CreatureEdit ( Creature c, bool isVirtual ) : void
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

buttonBabyPhase_Click ( object sender, EventArgs e ) : void
buttonHatching_Click ( object sender, EventArgs e ) : void
setBreedingData ( string species = "" ) : void
setParents ( int comboIndex ) : void

Method Details

BreedingPlan() public method

public BreedingPlan ( ) : System
return System

Clear() public method

public Clear ( ) : void
return void

ClearControls() public method

public ClearControls ( ) : void
return void

Dispose() protected method

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
return void

drawBestParents() public method

public drawBestParents ( BreedingMode breedingMode, bool updateBreedingData = false ) : void
breedingMode BreedingMode
updateBreedingData bool
return void

Property Details

chosenCreature public property

public Creature,ARKBreedingStats chosenCreature
return Creature

currentSpecies public property

public string currentSpecies
return string

maxSuggestions public property

public int maxSuggestions
return int

speciesIndex public property

public int speciesIndex
return int

statWeights public property

public double[] statWeights
return double[]