Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
411
void NetworkedAnimator::setZoom(float zoom) {
412
m_zoom.set(zoom);
413
}
414
415
bool NetworkedAnimator::flipped() const {
416
return m_flipped.get();
Callers
2
Monster
Method · 0.80
monsterPortrait
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected