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

Method update

source/game/objects/StarPhysicsObject.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void PhysicsObject::update(float dt, uint64_t currentStep) {
80 Object::update(dt, currentStep);
81 if (isSlave())
82 m_netGroup.tickNetInterpolation(dt);
83}
84
85RectF PhysicsObject::metaBoundBox() const {
86 return m_metaBoundBox;

Callers

nothing calls this directly

Calls 1

tickNetInterpolationMethod · 0.45

Tested by

no test coverage detected