Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AbyssEngine/AbyssEngineOld
/ getMapSize
Method
getMapSize
src/Abyss/MapEngine/MapEngine.cpp:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
void MapEngine::getMapSize(int &width, int &height) const {
183
width = _width;
184
height = _height;
185
}
186
187
188
} // namespace Abyss::MapEngine
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
1
render
Method · 0.64