C# Класс ARKBreedingStats.Taming

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

foodAmountNeeded() публичный статический Метод

public static foodAmountNeeded ( int speciesI, int level, string food, bool nonViolent = false ) : int
speciesI int
level int
food string
nonViolent bool
Результат int

tamingTimes() публичный статический Метод

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
Результат void