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

Method getWidth

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

Source from the content-addressed store, hash-verified

33 sMapParams(size_t pSeed = 0);
34
35 size_t getWidth() { return mWidth; }
36 void setWidth(const size_t pWidth) { mWidth = pWidth; }
37
38 size_t getHeight() { return mHeight; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected