MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / stateTypeEnabled

Method stateTypeEnabled

source/base/StarAnimatedPartSet.cpp:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101bool AnimatedPartSet::stateTypeEnabled(String const& stateTypeName) const {
102 return m_stateTypes.get(stateTypeName).enabled;
103}
104
105StringList AnimatedPartSet::states(String const& stateTypeName) const {
106 return m_stateTypes.get(stateTypeName).states.keys();

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected