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

Method getUnknown

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

Source from the content-addressed store, hash-verified

32int32_t DC6Frame::getYOffset() const { return _yOffset; }
33
34uint32_t DC6Frame::getUnknown() const { return _unknown; }
35
36uint32_t DC6Frame::getNextBlock() const { return _nextBlock; }
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected