Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ getNumEntries
Method
getNumEntries
engine/source/gui/guiTextListCtrl.cc:564–567 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
562
}
563
564
U32 GuiTextListCtrl::getNumEntries()
565
{
566
return mList.size();
567
}
568
569
void GuiTextListCtrl::removeEntryByIndex(S32 index)
570
{
Callers
3
guiPopUpCtrl.cc
File · 0.45
guiPopUpCtrlEx.cc
File · 0.45
guiTextListCtrl.cc
File · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected