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

Method getObject

Engine/source/gui/controls/guiTreeViewCtrl.cpp:406–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404//-----------------------------------------------------------------------------
405
406SimObject *GuiTreeViewCtrl::Item::getObject()
407{
408 if(!mState.test(InspectorData))
409 {
410 return NULL;
411 }
412
413 return mInspectorInfo.mObject;
414}
415
416//-----------------------------------------------------------------------------
417

Callers 15

findChildByValueMethod · 0.45
_destroyItemMethod · 0.45
_buildItemMethod · 0.45
isValidDragTargetMethod · 0.45
moveItemUpMethod · 0.45
moveItemDownMethod · 0.45
syncSelectionMethod · 0.45
removeSelectionMethod · 0.45
addSelectionMethod · 0.45
onItemSelectedMethod · 0.45
onRemoveSelectionMethod · 0.45

Calls 1

testMethod · 0.45

Tested by

no test coverage detected