Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
537
void CraftingPane::stopCrafting() {
538
if (m_craftingSound)
539
m_craftingSound->stop();
540
m_crafting = false;
541
}
542
543
void CraftingPane::toggleCraft() {
544
if (m_crafting) {
Callers
1
stopCraftingInContainer
Method · 0.45
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected