MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / scrollVisible

Method scrollVisible

Engine/source/gui/controls/guiTreeViewCtrl.cpp:1295–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1293//------------------------------------------------------------------------------
1294
1295bool GuiTreeViewCtrl::scrollVisible( S32 itemId )
1296{
1297 Item* item = getItem(itemId);
1298 if(item)
1299 return scrollVisible(item);
1300
1301 return false;
1302}
1303
1304//-----------------------------------------------------------------------------
1305

Callers 1

Calls 8

isInspectorDataMethod · 0.80
scrollRectVisibleMethod · 0.80
warnfFunction · 0.50
RectIClass · 0.50
errorfFunction · 0.50
testMethod · 0.45
setExpandedMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected