MCPcopy 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
412Maybe<CelestialOrbit> SystemObject::orbit() const {
413 return m_orbit.get();
414}
415
416void SystemObject::clientUpdate(float dt) {
417 m_netGroup.tickNetInterpolation(dt);

Callers 2

updateMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected