C# 클래스 ARKBreedingStats.Taming

파일 보기 프로젝트 열기: cadon/ARKStatsExtractor 1 사용 예제들

공개 메소드들

메소드 설명
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