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

Method disableInterpolation

source/game/StarPlant.cpp:606–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606void Plant::disableInterpolation() {
607 m_netGroup.disableNetInterpolation();
608}
609
610String Plant::description() const {
611 return m_descriptions.getString("description");

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected