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

Function getDocString

Engine/source/console/engineXMLExport.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static const char* getDocString( const EngineExport* exportInfo )
53{
54 if( !exportInfo->getDocString() )
55 return "";
56
57 return exportInfo->getDocString();
58}
59
60template< typename T >
61inline T getArgValue( const EngineFunctionDefaultArguments* defaultArgs, U32 offset )

Callers 4

exportFunctionFunction · 0.85
exportTypeFunction · 0.85
exportScopeFunction · 0.85
getBriefDescriptionMethod · 0.85

Calls 1

getDocStringMethod · 0.45

Tested by

no test coverage detected