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

Method getHeight

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

Source from the content-addressed store, hash-verified

26uint32_t DC6Frame::getWidth() const { return _width; }
27
28uint32_t DC6Frame::getHeight() const { return _height; }
29
30int32_t DC6Frame::getXOffset() const { return _xOffset; }
31

Callers 1

setPaletteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected