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

Method disableInterpolation

source/game/objects/StarPhysicsObject.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void PhysicsObject::disableInterpolation() {
45 m_netGroup.disableNetInterpolation();
46}
47
48void PhysicsObject::init(World* world, EntityId entityId, EntityMode mode) {
49 if (mode == EntityMode::Master) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected