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

Method clearInspectObjects

Engine/source/gui/editor/guiInspector.cpp:332–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330//-----------------------------------------------------------------------------
331
332void GuiInspector::clearInspectObjects()
333{
334 const U32 numTargets = mTargets.size();
335 for( U32 i = 0; i < numTargets; ++ i )
336 clearNotify( mTargets[ i ] );
337
338 clearGroups();
339 mTargets.clear();
340}
341
342//-----------------------------------------------------------------------------
343

Callers 1

guiInspector.cppFile · 0.80

Calls 2

sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected