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

Method NetworkedAnimator

source/game/StarNetworkedAnimator.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68NetworkedAnimator::NetworkedAnimator() {
69 m_zoom.set(1.0f);
70 m_flipped.set(false);
71 m_flippedRelativeCenterLine.set(0.0f);
72 m_animationRate.set(1.0f);
73 setupNetStates();
74}
75
76NetworkedAnimator::NetworkedAnimator(Json config, String relativePath) : NetworkedAnimator() {
77 auto& root = Root::singleton();

Callers

nothing calls this directly

Calls 15

singletonClass · 0.85
AnimatedPartSetClass · 0.85
identityClass · 0.85
jsonToVec2FFunction · 0.85
jsonToStringListFunction · 0.85
jsonMethod · 0.80
assetsMethod · 0.80
iterateObjectMethod · 0.80
getBoolMethod · 0.80
setAffineTransformMethod · 0.80
getFloatMethod · 0.80
optStringMethod · 0.80

Tested by

no test coverage detected