Riwmorld
|
Public Member Functions | |
void | Add (Building b) |
IEnumerable< T > | AllBuildingsColonistOfClass< T > () |
IEnumerable< Building > | AllBuildingsColonistOfDef (ThingDef def) |
bool | ColonistsHaveBuilding (ThingDef def) |
bool | ColonistsHaveBuilding (Func< Thing, bool > predicate) |
bool | ColonistsHaveBuildingWithPowerOn (ThingDef def) |
bool | ColonistsHaveResearchBench () |
void | Remove (Building b) |
Public Attributes | |
List< Building > | allBuildingsColonist = new List<Building>() |
HashSet< Building > | allBuildingsColonistCombatTargets = new HashSet<Building>() |
HashSet< Building > | allBuildingsColonistElecFire = new HashSet<Building>() |