MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / isCrafting

Method isCrafting

source/game/objects/StarContainerObject.cpp:326–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326bool ContainerObject::isCrafting() const {
327 return m_crafting.get();
328}
329
330void ContainerObject::startCrafting() {
331 if (isSlave()) {

Callers 1

toggleCraftingMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected