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

Method setNullTerminatedStrings

source/core/StarDataStream.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void DataStream::setNullTerminatedStrings(bool nullTerminatedStrings) {
29 m_nullTerminatedStrings = nullTerminatedStrings;
30}
31
32unsigned DataStream::streamCompatibilityVersion() const {
33 return m_streamCompatibilityVersion;

Callers 2

ServerQueryThreadMethod · 0.80
ServerRconClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected