Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ states
Method
states
source/base/StarAnimatedPartSet.cpp:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
StringList AnimatedPartSet::states(String const& stateTypeName) const {
106
return m_stateTypes.get(stateTypeName).states.keys();
107
}
108
109
StringList AnimatedPartSet::partNames() const {
110
return m_parts.keys();
Callers
nothing calls this directly
Calls
2
keys
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected