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

Method getNextBlock

src/Abyss/DataTypes/DC6Frame.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34uint32_t DC6Frame::getUnknown() const { return _unknown; }
35
36uint32_t DC6Frame::getNextBlock() const { return _nextBlock; }
37
38uint32_t DC6Frame::getLength() const { return _length; }
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected