Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ GetTexturePath
Method
GetTexturePath
Engine/source/gui/editor/guiImageList.cpp:250–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
249
250
const char *GuiImageList::GetTexturePath( U32 Index )
251
{
252
U32 ItemIndex = IndexFromId(Index);
253
if ( ItemIndex != -1 )
254
return mTextures[ItemIndex]->TexturePath;
255
else
256
return
""
;
257
}
Callers
1
guiImageList.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected