MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getBlankTileTexture

Method getBlankTileTexture

src/modules/maps/src/eepp/maps/tilemap.cpp:1468–1470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1466}
1467
1468Texture* TileMap::getBlankTileTexture() {
1469 return mTileTex;
1470}
1471
1472bool TileMap::isTileBlocked( const Vector2i& TilePos ) {
1473 TileMapLayer* TLayer;

Callers 2

drawMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected