Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ itemBag
Method
itemBag
source/game/objects/StarContainerObject.cpp:225–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
}
224
225
ItemBagConstPtr ContainerObject::itemBag() const {
226
return m_items;
227
}
228
229
void ContainerObject::containerOpen() {
230
m_opened.set(configValue(
"openFrameIndex"
, 2).toInt());
Callers
6
containerItems
Method · 0.80
containerItemAt
Method · 0.80
containerAvailable
Method · 0.80
containerItemsCanFit
Method · 0.80
containerItemsFitWhere
Method · 0.80
ContainerPane
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected