C# 클래스 ARKBreedingStats.Creature

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

공개 프로퍼티들

프로퍼티 타입 설명
colors int[]
cooldownUntil System.DateTime
domesticatedAt System.DateTime
fatherGuid System.Guid
gender Gender
generation int
growingUntil System.DateTime
guid System.Guid
imprintingBonus double
isBred bool
levelsDom int[]
levelsWild int[]
motherGuid System.Guid
name string
neutered bool
note string
owner string
species string
status CreatureStatus
tamingEff double

Private Properties

프로퍼티 타입 설명
ancestorGenerations int

공개 메소드들

메소드 설명
Creature ( ) : System
Creature ( string species, string name, string owner, Gender gender, int levelsWild, int levelsDom = null, double tamingEff, bool isBred = false ) : System
calculateLevelFound ( ) : void
recalculateAncestorGenerations ( ) : void
setTopStatCount ( bool considerStatHighlight ) : void

비공개 메소드들

메소드 설명
ancestorGenerations ( int g ) : int

Returns the number of generations to the oldest known ancestor

메소드 상세

Creature() 공개 메소드

public Creature ( ) : System
리턴 System

Creature() 공개 메소드

public Creature ( string species, string name, string owner, Gender gender, int levelsWild, int levelsDom = null, double tamingEff, bool isBred = false ) : System
species string
name string
owner string
gender Gender
levelsWild int
levelsDom int
tamingEff double
isBred bool
리턴 System

calculateLevelFound() 공개 메소드

public calculateLevelFound ( ) : void
리턴 void

recalculateAncestorGenerations() 공개 메소드

public recalculateAncestorGenerations ( ) : void
리턴 void

setTopStatCount() 공개 메소드

public setTopStatCount ( bool considerStatHighlight ) : void
considerStatHighlight bool
리턴 void

프로퍼티 상세

colors 공개적으로 프로퍼티

public int[] colors
리턴 int[]

cooldownUntil 공개적으로 프로퍼티

public DateTime,System cooldownUntil
리턴 System.DateTime

domesticatedAt 공개적으로 프로퍼티

public DateTime,System domesticatedAt
리턴 System.DateTime

fatherGuid 공개적으로 프로퍼티

public Guid,System fatherGuid
리턴 System.Guid

gender 공개적으로 프로퍼티

public Gender gender
리턴 Gender

generation 공개적으로 프로퍼티

public int generation
리턴 int

growingUntil 공개적으로 프로퍼티

public DateTime,System growingUntil
리턴 System.DateTime

guid 공개적으로 프로퍼티

public Guid,System guid
리턴 System.Guid

imprintingBonus 공개적으로 프로퍼티

public double imprintingBonus
리턴 double

isBred 공개적으로 프로퍼티

public bool isBred
리턴 bool

levelsDom 공개적으로 프로퍼티

public int[] levelsDom
리턴 int[]

levelsWild 공개적으로 프로퍼티

public int[] levelsWild
리턴 int[]

motherGuid 공개적으로 프로퍼티

public Guid,System motherGuid
리턴 System.Guid

name 공개적으로 프로퍼티

public string name
리턴 string

neutered 공개적으로 프로퍼티

public bool neutered
리턴 bool

note 공개적으로 프로퍼티

public string note
리턴 string

owner 공개적으로 프로퍼티

public string owner
리턴 string

species 공개적으로 프로퍼티

public string species
리턴 string

status 공개적으로 프로퍼티

public CreatureStatus status
리턴 CreatureStatus

tamingEff 공개적으로 프로퍼티

public double tamingEff
리턴 double