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

Function getCompileTimeString

Engine/source/app/version.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87const char* getCompileTimeString()
88{
89 return __DATE__ " at " __TIME__;
90}
91//----------------------------------------------------------------
92
93ConsoleFunctionGroupBegin( CompileInformation, "Functions to get version information about the current executable." );

Callers 1

version.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected