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

Method dumpGroupHierarchy

Engine/source/console/simObject.cpp:1610–1619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1608//-----------------------------------------------------------------------------
1609
1610void SimObject::dumpGroupHierarchy()
1611{
1612 String className( getClassName() );
1613 String objectName( getName() );
1614
1615 Con::warnf( "[%i] %s - %s ->", getId(), className.c_str(), objectName.c_str() );
1616
1617 if ( mGroup )
1618 mGroup->dumpGroupHierarchy();
1619}
1620
1621//=============================================================================
1622// Events.

Callers 1

simObject.cppFile · 0.80

Calls 3

warnfFunction · 0.70
getNameFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected