MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / tileImageReference

Method tileImageReference

source/utility/tileset_updater.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149Json Tileset::tileImageReference(String const& tileName, String const& database) const {
150 String tileImageName = unixFileJoin(database, tileName + ".png");
151 return imageFileReference(tileImageName);
152}
153
154void Tileset::exportTilesetImages(String const& exportDir) const {
155 for (auto const& tile : m_tiles) {

Callers

nothing calls this directly

Calls 1

unixFileJoinFunction · 0.85

Tested by

no test coverage detected