C# Class ARKBreedingStats.Creature

Show file 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 property

public int[] colors
return int[]

cooldownUntil public property

public DateTime,System cooldownUntil
return System.DateTime

domesticatedAt public property

public DateTime,System domesticatedAt
return System.DateTime

fatherGuid public property

public Guid,System fatherGuid
return System.Guid

gender public property

public Gender gender
return Gender

generation public property

public int generation
return int

growingUntil public property

public DateTime,System growingUntil
return System.DateTime

guid public property

public Guid,System guid
return System.Guid

imprintingBonus public property

public double imprintingBonus
return double

isBred public property

public bool isBred
return bool

levelsDom public property

public int[] levelsDom
return int[]

levelsWild public property

public int[] levelsWild
return int[]

motherGuid public property

public Guid,System motherGuid
return System.Guid

name public property

public string name
return string

neutered public property

public bool neutered
return bool

note public property

public string note
return string

owner public property

public string owner
return string

species public property

public string species
return string

status public property

public CreatureStatus status
return CreatureStatus

tamingEff public property

public double tamingEff
return double