MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getItemCount

Method getItemCount

Engine/source/gui/controls/guiListBoxCtrl.cpp:386–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386S32 GuiListBoxCtrl::getItemCount()
387{
388 return mItems.size();
389}
390
391DefineEngineMethod( GuiListBoxCtrl, getSelCount, S32, (),,
392 "@brief Returns the number of items currently selected.\n\n"

Callers 15

main.csFile · 0.45
MenuBuilderFunction · 0.45
DatablockEditorPluginFunction · 0.45
EditorGuiFunction · 0.45
EditorLightingMenuFunction · 0.45
menuHandlers.ed.csFile · 0.45
TerrainMaterialDlgFunction · 0.45
main.csFile · 0.45
MenuBuilderFunction · 0.45
DatablockEditorPluginFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected