C# Class ARKBreedingStats.Creature

Exibir arquivo Open project: cadon/ARKStatsExtractor Class Usage Examples

Public Properties

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

Private Properties

Property Type Description
ancestorGenerations int

Public Methods

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

Private Methods

Method Description
ancestorGenerations ( int g ) : int

Returns the number of generations to the oldest known ancestor

Method Details

Creature() public method

public Creature ( ) : System
return System

Creature() public method

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

calculateLevelFound() public method

public calculateLevelFound ( ) : void
return void

recalculateAncestorGenerations() public method

public recalculateAncestorGenerations ( ) : void
return void

setTopStatCount() public method

public setTopStatCount ( bool considerStatHighlight ) : void
considerStatHighlight bool
return void

Property Details

colors public_oe property

public int[] colors
return int[]

cooldownUntil public_oe property

public DateTime,System cooldownUntil
return System.DateTime

domesticatedAt public_oe property

public DateTime,System domesticatedAt
return System.DateTime

fatherGuid public_oe property

public Guid,System fatherGuid
return System.Guid

gender public_oe property

public Gender gender
return Gender

generation public_oe property

public int generation
return int

growingUntil public_oe property

public DateTime,System growingUntil
return System.DateTime

guid public_oe property

public Guid,System guid
return System.Guid

imprintingBonus public_oe property

public double imprintingBonus
return double

isBred public_oe property

public bool isBred
return bool

levelsDom public_oe property

public int[] levelsDom
return int[]

levelsWild public_oe property

public int[] levelsWild
return int[]

motherGuid public_oe property

public Guid,System motherGuid
return System.Guid

name public_oe property

public string name
return string

neutered public_oe property

public bool neutered
return bool

note public_oe property

public string note
return string

owner public_oe property

public string owner
return string

species public_oe property

public string species
return string

status public_oe property

public CreatureStatus status
return CreatureStatus

tamingEff public_oe property

public double tamingEff
return double