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

Method FreeTextureEntry

Engine/source/gui/editor/guiImageList.cpp:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85bool GuiImageList::FreeTextureEntry( U32 Index )
86{
87 U32 Id = IndexFromId( Index );
88 if ( Id != -1 )
89 return FreeTextureEntry( mTextures[ Id ] );
90 else
91 return false;
92}
93
94bool GuiImageList::FreeTextureEntry( PTextureEntry Entry )
95{

Callers 1

guiImageList.cppFile · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected