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

Method clearNetElements

source/core/StarNetElementGroup.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14void NetElementGroup::clearNetElements() {
15 m_elements.clear();
16}
17
18void NetElementGroup::initNetVersion(NetElementVersion const* version) {
19 m_version = version;

Callers 1

setupTechModulesMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected