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

Method getTileSub

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

Source from the content-addressed store, hash-verified

42 void setTiletype(eTileTypes pTiletypes) { mTileType = pTiletypes; }
43
44 eTileSub getTileSub() { return mTileSub; }
45 void setTileSub(eTileSub pTileSub) { mTileSub = pTileSub; }
46
47};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected