Riwmorld
RimWorld.LifeStageDef Class Reference
Inheritance diagram for RimWorld.LifeStageDef:
Verse.Def Verse.Editable

Public Member Functions

override void ResolveReferences ()
 
- Public Member Functions inherited from Verse.Def
virtual void ClearCachedData ()
 
override IEnumerable< string > ConfigErrors ()
 
override int GetHashCode ()
 
virtual IEnumerable< StatDrawEntrySpecialDisplayStats ()
 
override string ToString ()
 
- Public Member Functions inherited from Verse.Editable
virtual void PostLoad ()
 

Public Attributes

bool visible = true
 
bool reproductive
 
bool milkable
 
bool shearable
 
float voxPitch = 1f
 
float voxVolume = 1f
 
string icon
 
Texture2D iconTex
 
List< StatModifierstatFactors = new List<StatModifier>()
 
float bodySizeFactor = 1f
 
float healthScaleFactor = 1f
 
float hungerRateFactor = 1f
 
float marketValueFactor = 1f
 
- Public Attributes inherited from Verse.Def
const string DefaultDefName = "UnnamedDef"
 
string defName = "UnnamedDef"
 
string label
 
string description
 
ushort shortHash
 
ushort index = 65535
 
ushort debugRandomId = (ushort)Rand.RangeInclusive(0, 65535)
 

Properties

string Adjective [get]
 
- Properties inherited from Verse.Def
string LabelCap [get]
 

The documentation for this class was generated from the following file: