MCPcopy 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
105StringList AnimatedPartSet::states(String const& stateTypeName) const {
106 return m_stateTypes.get(stateTypeName).states.keys();
107}
108
109StringList AnimatedPartSet::partNames() const {
110 return m_parts.keys();

Callers

nothing calls this directly

Calls 2

keysMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected