MCPcopy 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
182void MapEngine::getMapSize(int &width, int &height) const {
183 width = _width;
184 height = _height;
185}
186
187
188} // namespace Abyss::MapEngine

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by 1

renderMethod · 0.64