MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / printClassMethod

Function printClassMethod

engine/source/console/consoleDoc.cc:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void printClassMethod(const bool isVirtual, const char *retType, const char *methodName, const char* args, const char*usage)
145{
146 if(usage && usage[0] != ';' && usage[0] != 0)
147 Con::printf(" /*! %s */", usage);
148 Con::printf(" %s%s %s(%s) {}", isVirtual ? "virtual " : "", retType, methodName, args);
149}
150
151void printGroupStart(const char * aName, const char * aDocs)
152{

Callers 1

printNamespaceEntriesMethod · 0.85

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected