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

Function printClassMethod

Engine/source/console/consoleDoc.cpp:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void printClassMethod(const bool isVirtual, const char *retType, const char *methodName, const char* args, const char*usage)
165{
166 if(usage && usage[0] != ';' && usage[0] != 0)
167 Con::printf(" /*! %s */", usage);
168 Con::printf(" %s%s %s(%s) {}", isVirtual ? "virtual " : "", retType, methodName, args);
169}
170
171void printGroupStart(const char * aName, const char * aDocs)
172{

Callers 1

printNamespaceEntriesMethod · 0.85

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected