Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ allItems
Method
allItems
source/game/StarItemDatabase.cpp:450–452 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
448
}
449
450
List<String> ItemDatabase::allItems() const {
451
return m_items.keys();
452
}
453
454
ItemPtr ItemDatabase::createItem(ItemType type, ItemConfig const& config) {
455
if (type == ItemType::Generic) {
Callers
3
firstTreeType
Method · 0.45
makePlayerCallbacks
Method · 0.45
TEST
Function · 0.45
Calls
1
keys
Method · 0.45
Tested by
1
TEST
Function · 0.36