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

Public Member Functions

override IEnumerable< string > ConfigErrors ()
 
- 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 ()
 
virtual void ResolveReferences ()
 

Static Public Member Functions

static TaleDef Named (string str)
 

Public Attributes

TaleType type
 
Type taleClass
 
bool usableForArt = true
 
bool colonistOnly = true
 
int maxPerPawn = -1
 
float ignoreChance
 
float expireDays = -1f
 
RulePack rulePack
 
string firstPawnSymbol = "firstPawn"
 
string secondPawnSymbol = "secondPawn"
 
string defSymbol = "def"
 
float baseInterest
 
Color historyGraphColor = Color.white
 
- 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)
 

Additional Inherited Members

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

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