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

Method clearInspectObjects

Engine/source/gui/editor/guiInspector.cpp:315–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313//-----------------------------------------------------------------------------
314
315void GuiInspector::clearInspectObjects()
316{
317 const U32 numTargets = mTargets.size();
318 for( U32 i = 0; i < numTargets; ++ i )
319 clearNotify( mTargets[ i ] );
320
321 clearGroups();
322 mTargets.clear();
323}
324
325//-----------------------------------------------------------------------------
326

Callers 1

guiInspector.cppFile · 0.80

Calls 2

sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected