Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/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
74
bool GuiImageList::Clear()
75
{
76
while ( mTextures.size() )
77
FreeTextureEntry( mTextures[0] );
78
mTextures.clear();
79
80
mUniqueId = 0;
81
82
return true;
83
}
84
85
bool GuiImageList::FreeTextureEntry( U32 Index )
86
{
Callers
4
onRemove
Method · 0.45
reset
Method · 0.45
clear
Method · 0.45
guiImageList.cpp
File · 0.45
Calls
2
size
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected