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

Method cMap

Source/Map/Map.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42cMap::cMap() {
43 mData = std::make_shared<std::vector<uint8_t>>();
44 mTile_Ptr = 0;
45}
46
47int32 cMap::Tile_Get(const size_t pTileX, const size_t pTileY) {
48 if (pTileX > mParams.mWidth || pTileY > mParams.mHeight)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected