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

Method disableInterpolation

source/game/StarMonster.cpp:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void Monster::disableInterpolation() {
226 m_netGroup.disableNetInterpolation();
227}
228
229String Monster::description() const {
230 return m_monsterVariant.description.value("Some indescribable horror");

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected