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

Method ignoreOccurrences

source/core/StarNetElementBasicFields.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void NetElementEvent::ignoreOccurrences() {
45 m_pulledOccurrences = get();
46}
47
48void NetElementEvent::setIgnoreOccurrencesOnNetLoad(bool ignoreOccurrencesOnNetLoad) {
49 m_ignoreOccurrencesOnNetLoad = ignoreOccurrencesOnNetLoad;

Callers 1

TESTFunction · 0.80

Calls 1

getFunction · 0.85

Tested by 1

TESTFunction · 0.64