Riwmorld
RimWorld.Zone_Growing Class Reference
Inheritance diagram for RimWorld.Zone_Growing:
Verse.Zone RimWorld.IPlantToGrowSettable Verse.IExposable Verse.ISelectable

Public Member Functions

 Zone_Growing (ZoneManager zoneManager)
 
bool CanAcceptSowNow ()
 
override void ExposeData ()
 
override IEnumerable< GizmoGetGizmos ()
 
override string GetInspectString ()
 
ThingDef GetPlantDefToGrow ()
 
void SetPlantDefToGrow (ThingDef plantDef)
 
- Public Member Functions inherited from Verse.Zone
 Zone (string baseName, ZoneManager zoneManager)
 
virtual void AddCell (IntVec3 c)
 
void CheckContiguous ()
 
bool ContainsCell (IntVec3 c)
 
virtual void Delete ()
 
virtual void Deregister ()
 
IEnumerator< IntVec3GetEnumerator ()
 
virtual IEnumerable< InspectTabBaseGetInspectTabs ()
 
virtual void RemoveCell (IntVec3 c)
 
override string ToString ()
 

Static Public Member Functions

static string GrowingMonthsDescription (int tile)
 

Public Attributes

bool allowSow = true
 
- Public Attributes inherited from Verse.Zone
ZoneManager zoneManager
 
string label
 
List< IntVec3cells = new List<IntVec3>()
 
Color color = Color.white
 
bool hidden
 

Properties

override bool IsMultiselectable [get]
 
override Color NextZoneColor [get]
 
- Properties inherited from Verse.Zone
IEnumerable< ThingAllContainedThings [get]
 
List< IntVec3Cells [get]
 
bool ContainsStaticFire [get]
 
virtual bool IsMultiselectable [get]
 
Verse.Map Map [get]
 
UnityEngine.Material Material [get]
 
abstract Color NextZoneColor [get]
 
- Properties inherited from RimWorld.IPlantToGrowSettable
Verse.Map Map [get]
 

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