Riwmorld
RimWorld.BreakdownManager Class Reference
Inheritance diagram for RimWorld.BreakdownManager:
Verse.MapComponent Verse.IExposable

Public Member Functions

 BreakdownManager (Map map)
 
void Deregister (CompBreakdownable c)
 
override void MapComponentTick ()
 
void Notify_BrokenDown (Thing thing)
 
void Notify_Repaired (Thing thing)
 
void Register (CompBreakdownable c)
 
- Public Member Functions inherited from Verse.MapComponent
 MapComponent (Map map)
 
virtual void ExposeData ()
 
virtual void MapComponentOnGUI ()
 
virtual void MapComponentUpdate ()
 

Public Attributes

const int CheckIntervalTicks = 1041
 
HashSet< ThingbrokenDownThings = new HashSet<Thing>()
 
- Public Attributes inherited from Verse.MapComponent
Map map
 

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