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

Method partNames

source/game/StarNetworkedAnimator.cpp:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318StringList NetworkedAnimator::partNames() const {
319 return m_animatedParts.partNames();
320}
321
322Json NetworkedAnimator::stateProperty(String const& stateType, String const& propertyName) const {
323 return m_animatedParts.activeState(stateType).properties.value(propertyName);

Callers 1

setupNetStatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected