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

Method stopCrafting

source/frontend/StarCraftingInterface.cpp:537–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537void CraftingPane::stopCrafting() {
538 if (m_craftingSound)
539 m_craftingSound->stop();
540 m_crafting = false;
541}
542
543void CraftingPane::toggleCraft() {
544 if (m_crafting) {

Callers 1

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected