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

Method dumpGroupHierarchy

Engine/source/console/simObject.cpp:1464–1473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1462//-----------------------------------------------------------------------------
1463
1464void SimObject::dumpGroupHierarchy()
1465{
1466 String className( getClassName() );
1467 String objectName( getName() );
1468
1469 Con::warnf( "[%i] %s - %s ->", getId(), className.c_str(), objectName.c_str() );
1470
1471 if ( mGroup )
1472 mGroup->dumpGroupHierarchy();
1473}
1474
1475//=============================================================================
1476// Events.

Callers 1

simObject.cppFile · 0.80

Calls 3

warnfFunction · 0.85
getNameFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected