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

Method netLoad

source/core/StarNetElementGroup.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void NetElementGroup::netLoad(DataStream& ds, NetCompatibilityRules rules) {
32 if (!checkWithRules(rules)) return;
33 for (auto& p : m_elements)
34 if (p.first->checkWithRules(rules))
35 p.first->netLoad(ds, rules);
36}
37
38void NetElementGroup::enableNetInterpolation(float extrapolationHint) {
39 m_interpolationEnabled = true;

Callers

nothing calls this directly

Calls 1

checkWithRulesMethod · 0.80

Tested by

no test coverage detected