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

Public Member Functions

override IEnumerable< string > ConfigErrors ()
 
ThoughtDef GetGenderSpecificDiedThought (Pawn killed)
 
ThoughtDef GetGenderSpecificKilledThought (Pawn killed)
 
string GetGenderSpecificLabel (Pawn pawn)
 
string GetGenderSpecificLabelCap (Pawn pawn)
 
- 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 ()
 

Public Attributes

Type workerClass = typeof(PawnRelationWorker)
 
string labelFemale
 
float importance
 
bool implied
 
bool reflexive
 
int opinionOffset
 
float generationChanceFactor
 
float attractionFactor = 1f
 
float incestOpinionOffset
 
bool familyByBloodRelation
 
ThoughtDef diedThought
 
ThoughtDef diedThoughtFemale
 
ThoughtDef soldThought
 
ThoughtDef killedThought
 
ThoughtDef killedThoughtFemale
 
- 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

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

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