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

Method getMapParams

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

Source from the content-addressed store, hash-verified

69 void ClearTiles(const size_t pTileID);
70
71 sMapParams *getMapParams() { return &mParams; }
72 eTileTypes getTileType() const { return mParams.mTileType; }
73 eTileSub getTileSub() const { return mParams.mTileSub; }
74

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected