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

Method setStreamCompatibilityVersion

source/core/StarDataStream.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void DataStream::setStreamCompatibilityVersion(unsigned streamCompatibilityVersion) {
37 m_streamCompatibilityVersion = streamCompatibilityVersion;
38}
39
40void DataStream::setStreamCompatibilityVersion(NetCompatibilityRules const& rules) {
41 m_streamCompatibilityVersion = rules.version();

Callers 15

sendPacketsMethod · 0.80
receivePacketsMethod · 0.80
ItemDropMethod · 0.80
netStoreMethod · 0.80
writeNpcVariantMethod · 0.80
readNpcVariantMethod · 0.80
netStoreMethod · 0.80
PlantMethod · 0.80
netStoreMethod · 0.80
PlayerMethod · 0.80
netStoreMethod · 0.80
readUpdateMethod · 0.80

Calls 1

versionMethod · 0.80

Tested by

no test coverage detected