Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
386
S32 GuiListBoxCtrl::getItemCount()
387
{
388
return mItems.size();
389
}
390
391
DefineEngineMethod( GuiListBoxCtrl, getSelCount, S32, (),,
392
"@brief Returns the number of items currently selected.\n\n"
Callers
15
main.cs
File · 0.45
MenuBuilder
Function · 0.45
DatablockEditorPlugin
Function · 0.45
materialEditor.ed.cs
File · 0.45
EditorGui
Function · 0.45
EditorCameraBookmarksMenu
Function · 0.45
EditorLightingMenu
Function · 0.45
menuHandlers.ed.cs
File · 0.45
TerrainMaterialDlg
Function · 0.45
main.cs
File · 0.45
MenuBuilder
Function · 0.45
DatablockEditorPlugin
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected