Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
uint32_t DC6Frame::getWidth() const { return _width; }
27
28
uint32_t DC6Frame::getHeight() const { return _height; }
29
30
int32_t DC6Frame::getXOffset() const { return _xOffset; }
31
Callers
1
setPalette
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected