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

Function printBlankLine

Engine/source/console/console.h:877–877  ·  view source on GitHub ↗

Prints a separator to the console.

Source from the content-addressed store, hash-verified

875
876 /// Prints a separator to the console.
877 inline void printBlankLine(void) { printf(""); }
878
879 /// @}
880

Callers 4

dumpDeclaredAssetsMethod · 0.85
scanDeclaredAssetsMethod · 0.85
scanReferencedAssetsMethod · 0.85
printALInfoMethod · 0.85

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected