Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ getNumEntries
Method
getNumEntries
Engine/source/gui/controls/guiTextListCtrl.cpp:412–415 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
410
}
411
412
U32 GuiTextListCtrl::getNumEntries()
413
{
414
return mList.size();
415
}
416
417
void GuiTextListCtrl::removeEntryByIndex(S32 index)
418
{
Callers
3
guiPopUpCtrl.cpp
File · 0.80
guiTextListCtrl.cpp
File · 0.80
guiPopUpCtrlEx.cpp
File · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected