Property | Type | Description | |
---|---|---|---|
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 |
Property | Type | Description | |
---|---|---|---|
ancestorGenerations | int |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return | System |
public recalculateAncestorGenerations ( ) : void | ||
return | void |
public setTopStatCount ( bool considerStatHighlight ) : void | ||
considerStatHighlight | bool | |
return | void |