MCPcopy 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
225ItemBagConstPtr ContainerObject::itemBag() const {
226 return m_items;
227}
228
229void ContainerObject::containerOpen() {
230 m_opened.set(configValue("openFrameIndex", 2).toInt());

Callers 6

containerItemsMethod · 0.80
containerItemAtMethod · 0.80
containerAvailableMethod · 0.80
containerItemsCanFitMethod · 0.80
ContainerPaneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected