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

Method toggleCrafting

source/frontend/StarContainerInterface.cpp:247–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247void ContainerPane::toggleCrafting() {
248 if (m_containerInteractor->openContainer()->isCrafting())
249 stopCrafting();
250 else
251 startCrafting();
252}
253
254void ContainerPane::clear() {
255 m_containerInteractor->clearContainer();

Callers

nothing calls this directly

Calls 2

isCraftingMethod · 0.80
openContainerMethod · 0.80

Tested by

no test coverage detected