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

Method setCompatibilityVersion

source/core/StarNetElement.hpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69inline void NetElement::setCompatibilityVersion(VersionNumber version) {
70 m_netCompatibilityVersion = version;
71}
72
73inline bool NetElement::checkWithRules(NetCompatibilityRules const& rules) const {
74 if (m_netCompatibilityVersion != AnyVersion)

Callers 3

PlayerInventoryMethod · 0.80
setupNetStatesMethod · 0.80
ArmorWearerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected