프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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
|
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 |
public setTopStatCount ( bool considerStatHighlight ) : void | ||
considerStatHighlight | bool | |
리턴 | void |