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

Callers 3

guiPopUpCtrl.cppFile · 0.80
guiPopUpCtrlEx.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected