C# Class ARKBreedingStats.Taming

Afficher le fichier Open project: cadon/ARKStatsExtractor Class Usage Examples

Méthodes publiques

Méthode Description
foodAmountNeeded ( int speciesI, int level, string food, bool nonViolent = false ) : int
tamingTimes ( int speciesI, int level, List usedFood, List foodAmount, List &foodAmountUsed, System.TimeSpan &duration, int &neededNarcoberries, int &neededNarcotics, double &te, bool &enoughFood ) : void

Method Details

foodAmountNeeded() public static méthode

public static foodAmountNeeded ( int speciesI, int level, string food, bool nonViolent = false ) : int
speciesI int
level int
food string
nonViolent bool
Résultat int

tamingTimes() public static méthode

public static tamingTimes ( int speciesI, int level, List usedFood, List foodAmount, List &foodAmountUsed, System.TimeSpan &duration, int &neededNarcoberries, int &neededNarcotics, double &te, bool &enoughFood ) : void
speciesI int
level int
usedFood List
foodAmount List
foodAmountUsed List
duration System.TimeSpan
neededNarcoberries int
neededNarcotics int
te double
enoughFood bool
Résultat void