Buildings PlaceWorkers - Vanilla-Expanded/VanillaExpandedFramework GitHub Wiki
The Buildings module of the Framework adds several PlaceWorker classes:
- Attach to Wall Multicell: to add buildings that need all their cells attached to the wall
- Custom Cause Hediff AoE: used by CompProperties_CustomCauseHediff_AoE
- On Wall: used by CompProperties_MountableOnWall
- On Water: allows you to make buildings that need to be placed entirely on water
PlaceWorkers need to be linked through the <placeWorkers> tag of the building, like so:
<placeWorkers>   
      <li>VEF.Buildings.PlaceWorker_Whatever</li>
</placeWorkers>They might have additional needs, check examples of each