Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
261
int32_t GameSingleton::get_width() const {
262
return game_manager.map.get_width();
263
}
264
265
int32_t GameSingleton::get_height() const {
266
return game_manager.map.get_height();
Callers
1
_load_terrain_variants_compatibility_mode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected