C# Class ARKBreedingStats.Creature

Afficher le fichier Open project: cadon/ARKStatsExtractor Class Usage Examples

Méthodes publiques

Свойство 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

Private Properties

Свойство Type Description
ancestorGenerations int

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
ancestorGenerations ( int g ) : int

Returns the number of generations to the oldest known ancestor

Method Details

Creature() public méthode

public Creature ( ) : System
Résultat System

Creature() public méthode

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
Résultat System

calculateLevelFound() public méthode

public calculateLevelFound ( ) : void
Résultat void

recalculateAncestorGenerations() public méthode

public recalculateAncestorGenerations ( ) : void
Résultat void

setTopStatCount() public méthode

public setTopStatCount ( bool considerStatHighlight ) : void
considerStatHighlight bool
Résultat void

Property Details

colors public_oe property

public int[] colors
Résultat int[]

cooldownUntil public_oe property

public DateTime,System cooldownUntil
Résultat System.DateTime

domesticatedAt public_oe property

public DateTime,System domesticatedAt
Résultat System.DateTime

fatherGuid public_oe property

public Guid,System fatherGuid
Résultat System.Guid

gender public_oe property

public Gender gender
Résultat Gender

generation public_oe property

public int generation
Résultat int

growingUntil public_oe property

public DateTime,System growingUntil
Résultat System.DateTime

guid public_oe property

public Guid,System guid
Résultat System.Guid

imprintingBonus public_oe property

public double imprintingBonus
Résultat double

isBred public_oe property

public bool isBred
Résultat bool

levelsDom public_oe property

public int[] levelsDom
Résultat int[]

levelsWild public_oe property

public int[] levelsWild
Résultat int[]

motherGuid public_oe property

public Guid,System motherGuid
Résultat System.Guid

name public_oe property

public string name
Résultat string

neutered public_oe property

public bool neutered
Résultat bool

note public_oe property

public string note
Résultat string

owner public_oe property

public string owner
Résultat string

species public_oe property

public string species
Résultat string

status public_oe property

public CreatureStatus status
Résultat CreatureStatus

tamingEff public_oe property

public double tamingEff
Résultat double