Build storage
Build storage is the storage component of a Build module. It holds construction wares (hull parts, claytronics, etc.) that the build module consumes during station construction.
Properties
Section titled βPropertiesβ.parentβ the build module containing this storage.cargoβ the wares currently held for construction.cargo.capacityβ maximum storage capacity
Common context
Section titled βCommon contextβWhen a station is under construction:
- Build module pulls wares from build storage
- Build storage consumed for each construction step
- Resupply via traders
- When storage is empty, construction pauses until refilled
Related
Section titled βRelatedβ- Build module β parent containing build storage
- Container β cargo abstract class
- Cargo β generic cargo abstraction
- Ware β what fills the storage
Stub page β full build storage reference coming.