MCPcopy 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
564U32 GuiTextListCtrl::getNumEntries()
565{
566 return mList.size();
567}
568
569void GuiTextListCtrl::removeEntryByIndex(S32 index)
570{

Callers 3

guiPopUpCtrl.ccFile · 0.45
guiPopUpCtrlEx.ccFile · 0.45
guiTextListCtrl.ccFile · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected