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

Method getTiletype

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

Source from the content-addressed store, hash-verified

39 void setHeight(const size_t pHeight) { mHeight = pHeight; }
40
41 eTileTypes getTiletype() { return mTileType; }
42 void setTiletype(eTileTypes pTiletypes) { mTileType = pTiletypes; }
43
44 eTileSub getTileSub() { return mTileSub; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected