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

Function getTypeName

Engine/source/console/engineXMLExport.cpp:41–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41static String getTypeName( const EngineTypeInfo* type )
42{
43 if( !type )
44 {
45 static String sVoid( "void" );
46 return sVoid;
47 }
48
49 return type->getFullyQualifiedExportName();
50}
51
52static const char* getDocString( const EngineExport* exportInfo )
53{

Callers 2

exportFunctionFunction · 0.85
exportTypeFunction · 0.85

Calls 1

Tested by

no test coverage detected