MCPcopy Create free account
hub / github.com/EasyRPG/Player / GetName

Method GetName

src/game_map.cpp:2048–2050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2046}
2047
2048std::string Game_Map::Parallax::GetName() {
2049 return GetParallaxParams().name;
2050}
2051
2052int Game_Map::Parallax::GetX() {
2053 return (-panorama.pan_x / TILE_SIZE) / 2;

Callers

nothing calls this directly

Calls 1

GetParallaxParamsFunction · 0.85

Tested by

no test coverage detected