MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / getTextureString

Method getTextureString

Source/GameToolbox/getTextureString.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45std::string GameToolbox::getTextureString(std::string texture) {
46 return getTextureString_WithoutResources(texture);
47}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected