MCPcopy 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
412U32 GuiTextListCtrl::getNumEntries()
413{
414 return mList.size();
415}
416
417void GuiTextListCtrl::removeEntryByIndex(S32 index)
418{

Callers 3

guiPopUpCtrl.cppFile · 0.80
guiPopUpCtrlEx.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected