MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / GetTexturePath

Method GetTexturePath

Engine/source/gui/editor/guiImageList.cpp:251–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249
250
251const char *GuiImageList::GetTexturePath( U32 Index )
252{
253 U32 ItemIndex = IndexFromId(Index);
254 if ( ItemIndex != -1 )
255 return mTextures[ItemIndex]->TexturePath;
256 else
257 return "";
258}

Callers 1

guiImageList.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected