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

Method getArea

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

Source from the content-addressed store, hash-verified

73 eTileSub getTileSub() const { return mParams.mTileSub; }
74
75 int32 getArea() const { return static_cast<int32>(mParams.mWidth * mParams.mHeight); }
76 int32 getWidth() const { return static_cast<int32>(mParams.mWidth); }
77 int32 getHeight() const { return static_cast<int32>(mParams.mHeight); }
78

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected