Riwmorld
RimWorld.InstructionDef Class Reference
Inheritance diagram for RimWorld.InstructionDef:
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 ()
 

Public Attributes

Type instructionClass = typeof(Instruction_Basic)
 
string text
 
bool startCentered
 
bool tutorialModeOnly = true
 
string eventTagInitiate
 
List< string > eventTagsEnd
 
List< string > actionTagsAllowed
 
string rejectInputMessage
 
ConceptDef concept
 
List< string > highlightTags
 
string onMapInstruction
 
int targetCount
 
ThingDef thingDef
 
RecipeDef recipeDef
 
int recipeTargetCount = 1
 
ThingDef giveOnActivateDef
 
int giveOnActivateCount
 
bool endTutorial
 
bool resetBuildDesignatorStuffs
 
- 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: