C# Class ARKBreedingStats.BreedingPlan

Afficher le fichier Open project: cadon/ARKStatsExtractor

Méthodes publiques

Свойство Type Description
chosenCreature Creature
currentSpecies string
maxSuggestions int
speciesIndex int
statWeights double[]

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Méthode 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 méthode

public BreedingPlan ( ) : System
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

ClearControls() public méthode

public ClearControls ( ) : void
Résultat void

Dispose() protected méthode

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

drawBestParents() public méthode

public drawBestParents ( BreedingMode breedingMode, bool updateBreedingData = false ) : void
breedingMode BreedingMode
updateBreedingData bool
Résultat void

Property Details

chosenCreature public_oe property

public Creature,ARKBreedingStats chosenCreature
Résultat Creature

currentSpecies public_oe property

public string currentSpecies
Résultat string

maxSuggestions public_oe property

public int maxSuggestions
Résultat int

speciesIndex public_oe property

public int speciesIndex
Résultat int

statWeights public_oe property

public double[] statWeights
Résultat double[]