Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
606
void Plant::disableInterpolation() {
607
m_netGroup.disableNetInterpolation();
608
}
609
610
String Plant::description() const {
611
return m_descriptions.getString(
"description"
);
Callers
nothing calls this directly
Calls
1
disableNetInterpolation
Method · 0.45
Tested by
no test coverage detected