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

Method setZoom

source/game/StarNetworkedAnimator.cpp:411–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411void NetworkedAnimator::setZoom(float zoom) {
412 m_zoom.set(zoom);
413}
414
415bool NetworkedAnimator::flipped() const {
416 return m_flipped.get();

Callers 2

MonsterMethod · 0.80
monsterPortraitMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected