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

Method netElementsNeedStore

source/game/StarNetworkedAnimator.cpp:1106–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1104}
1105
1106void NetworkedAnimator::netElementsNeedStore() {
1107 for (auto& pair : m_stateInfo)
1108 pair.second.stateIndex.set(m_animatedParts.activeStateIndex(pair.first));
1109}
1110
1111}

Callers

nothing calls this directly

Calls 2

activeStateIndexMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected