Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
326
bool ContainerObject::isCrafting() const {
327
return m_crafting.get();
328
}
329
330
void ContainerObject::startCrafting() {
331
if (isSlave()) {
Callers
1
toggleCrafting
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected