MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / getWindowRows

Method getWindowRows

Source/Fodder.cpp:3569–3574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3567}
3568
3569int16 cFodder::getWindowRows() const {
3570 if (!mParams->mWindowRows) {
3571 return 16;
3572 }
3573 return (int16) mParams->mWindowRows;
3574}
3575
3576int16 cFodder::getWindowColumns() const {
3577 if (!mParams->mWindowColumns) {

Callers 2

MapTiles_DrawMethod · 0.80
MapTiles_DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected