MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / ASGetBuildVersionFull

Function ASGetBuildVersionFull

Source/Scripting/angelscript/asfuncs.cpp:5995–5997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5993}
5994
5995static std::string ASGetBuildVersionFull() {
5996 return std::string(GetBuildVersion()) + "_" + std::string(GetBuildIDString());
5997}
5998
5999static std::string ASGetBuildTimestamp() {
6000 return std::string(GetBuildTimestamp());

Callers

nothing calls this directly

Calls 2

GetBuildVersionFunction · 0.85
GetBuildIDStringFunction · 0.85

Tested by

no test coverage detected