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

Method sendInspectPostApply

Engine/source/gui/editor/guiInspector.cpp:775–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773//-----------------------------------------------------------------------------
774
775void GuiInspector::sendInspectPostApply()
776{
777 const U32 numObjects = getNumInspectObjects();
778 for( U32 i = 0; i < numObjects; ++ i )
779 getInspectObject( i )->inspectPostApply();
780}
781
782//=============================================================================
783// Console Methods.

Callers 1

guiInspector.cppFile · 0.80

Calls 3

getNumInspectObjectsFunction · 0.85
getInspectObjectFunction · 0.85
inspectPostApplyMethod · 0.45

Tested by

no test coverage detected