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

Method getTileSub

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

Source from the content-addressed store, hash-verified

71 sMapParams *getMapParams() { return &mParams; }
72 eTileTypes getTileType() const { return mParams.mTileType; }
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); }

Callers 1

Map_Load_ResourcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected