Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ orbit
Method
orbit
source/game/StarSystemWorld.cpp:412–414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
410
}
411
412
Maybe<CelestialOrbit> SystemObject::orbit() const {
413
return m_orbit.get();
414
}
415
416
void SystemObject::clientUpdate(float dt) {
417
m_netGroup.tickNetInterpolation(dt);
Callers
2
update
Method · 0.80
makeCelestialCallbacks
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected