Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ disableInterpolation
Method
disableInterpolation
source/game/StarVehicle.cpp:259–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
257
}
258
259
void Vehicle::disableInterpolation() {
260
m_netGroup.disableNetInterpolation();
261
}
262
263
void Vehicle::update(float dt, uint64_t) {
264
setTeam(m_damageTeam.get());
Callers
nothing calls this directly
Calls
1
disableNetInterpolation
Method · 0.45
Tested by
no test coverage detected