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

Method getGameObject

src/modules/maps/src/eepp/maps/tilemaplayer.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134GameObject* TileMapLayer::getGameObject( const Vector2i& TilePos ) {
135 return mTiles[TilePos.x][TilePos.y];
136}
137
138const Vector2i& TileMapLayer::getCurrentTile() const {
139 return mCurTile;

Callers 5

autoFixTilePosMethod · 0.80
saveToStreamMethod · 0.80
isTileBlockedMethod · 0.80
IsTypeInTilePosMethod · 0.80
getCurrentGOOverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected