Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getNumEntries
Method
getNumEntries
Engine/source/gui/controls/guiTextListCtrl.cpp:415–418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
413
}
414
415
U32 GuiTextListCtrl::getNumEntries()
416
{
417
return mList.size();
418
}
419
420
void GuiTextListCtrl::removeEntryByIndex(S32 index)
421
{
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