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

Method Clear

Engine/source/gui/editor/guiImageList.cpp:74–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74bool GuiImageList::Clear()
75{
76 while ( mTextures.size() )
77 FreeTextureEntry( mTextures[0] );
78 mTextures.clear();
79
80 mUniqueId = 0;
81
82 return true;
83}
84
85bool GuiImageList::FreeTextureEntry( U32 Index )
86{

Callers 3

onRemoveMethod · 0.45
resetMethod · 0.45
guiImageList.cppFile · 0.45

Calls 2

sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected