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

Function dumpEnums

Engine/source/console/engineDoc.cpp:656–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656static void dumpEnums( Stream& stream )
657{
658 for( const EngineTypeInfo* type = EngineTypeInfo::getFirstType();
659 type != NULL; type = type->getNextType() )
660 if( type->isEnum() || type->isBitfield() )
661 dumpEnum( stream, type );
662}
663
664static bool dumpEngineDocs( const char *outputFile )
665{

Callers 1

dumpEngineDocsFunction · 0.85

Calls 4

dumpEnumFunction · 0.85
getNextTypeMethod · 0.80
isEnumMethod · 0.80
isBitfieldMethod · 0.80

Tested by

no test coverage detected