Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ blankNetDelta
Method
blankNetDelta
source/core/StarNetElementGroup.cpp:120–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
void NetElementGroup::blankNetDelta(float interpolationTime) {
121
if (m_interpolationEnabled) {
122
for (auto& p : m_elements)
123
p.first->blankNetDelta(interpolationTime);
124
}
125
}
126
127
}
Callers
1
readNetDelta
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected