MCPcopy Create free account
hub / github.com/OpenVicProject/OpenVic / get_width

Method get_width

extension/src/GameSingleton.cpp:261–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261int32_t GameSingleton::get_width() const {
262 return game_manager.map.get_width();
263}
264
265int32_t GameSingleton::get_height() const {
266 return game_manager.map.get_height();

Calls

no outgoing calls

Tested by

no test coverage detected