|
override IEnumerable< string > | ConfigErrors () |
|
bool | IsIngredient (ThingDef th) |
|
bool | PawnSatisfiesSkillRequirements (Pawn pawn) |
|
IEnumerable< ThingDef > | PotentiallyMissingIngredients (Pawn billDoer, Map map) |
|
override void | ResolveReferences () |
|
float | WorkAmountTotal (ThingDef stuffDef) |
|
virtual void | ClearCachedData () |
|
override int | GetHashCode () |
|
virtual IEnumerable< StatDrawEntry > | SpecialDisplayStats () |
|
override string | ToString () |
|
virtual void | PostLoad () |
|
|
Type | workerClass = typeof(RecipeWorker) |
|
Type | workerCounterClass = typeof(RecipeWorkerCounter) |
|
string | jobString = "Doing an unknown recipe." |
|
WorkTypeDef | requiredGiverWorkType |
|
float | workAmount = -1f |
|
StatDef | workSpeedStat |
|
StatDef | efficiencyStat |
|
List< IngredientCount > | ingredients = new List<IngredientCount>() |
|
ThingFilter | fixedIngredientFilter = new ThingFilter() |
|
ThingFilter | defaultIngredientFilter |
|
bool | allowMixingIngredients |
|
List< SpecialThingFilterDef > | forceHiddenSpecialFilters |
|
List< ThingCountClass > | products = new List<ThingCountClass>() |
|
List< SpecialProductType > | specialProducts |
|
bool | productHasIngredientStuff |
|
int | targetCountAdjustment = 1 |
|
ThingDef | unfinishedThingDef |
|
List< SkillRequirement > | skillRequirements |
|
SkillDef | workSkill |
|
float | workSkillLearnFactor = 1f |
|
EffecterDef | effectWorking |
|
SoundDef | soundWorking |
|
List< ThingDef > | recipeUsers |
|
List< BodyPartDef > | appliedOnFixedBodyParts = new List<BodyPartDef>() |
|
HediffDef | addsHediff |
|
HediffDef | removesHediff |
|
bool | hideBodyPartNames |
|
bool | isViolation |
|
string | successfullyRemovedHediffMessage |
|
float | surgeonSurgerySuccessChanceExponent = 1f |
|
float | roomSurgerySuccessChanceFactorExponent = 1f |
|
float | surgerySuccessChanceFactor = 1f |
|
float | deathOnFailedSurgeryChance |
|
bool | targetsBodyPart = true |
|
bool | anesthesize = true |
|
ResearchProjectDef | researchPrerequisite |
|
ConceptDef | conceptLearned |
|
const string | DefaultDefName = "UnnamedDef" |
|
string | defName = "UnnamedDef" |
|
string | label |
|
string | description |
|
ushort | shortHash |
|
ushort | index = 65535 |
|
ushort | debugRandomId = (ushort)Rand.RangeInclusive(0, 65535) |
|
The documentation for this class was generated from the following file: