MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / readUInt16

Method readUInt16

src/Abyss/Streams/StreamReader.cpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39int8_t StreamReader::readInt8() { return static_cast<int8_t>(readUInt8()); }
40
41uint16_t StreamReader::readUInt16() { return readUnsigned<uint16_t>(); }
42
43int16_t StreamReader::readInt16() { return static_cast<int16_t>(readUInt16()); }
44

Callers 2

SpriteFontMethod · 0.80
DT1Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected