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

Method getHeight

Source/Map/Map.hpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 void setWidth(const size_t pWidth) { mWidth = pWidth; }
37
38 size_t getHeight() { return mHeight; }
39 void setHeight(const size_t pHeight) { mHeight = pHeight; }
40
41 eTileTypes getTiletype() { return mTileType; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected