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

Function ASGetBuildVersionShort

Source/Scripting/angelscript/asfuncs.cpp:5991–5993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5989}
5990
5991static std::string ASGetBuildVersionShort() {
5992 return std::string(GetBuildVersion());
5993}
5994
5995static std::string ASGetBuildVersionFull() {
5996 return std::string(GetBuildVersion()) + "_" + std::string(GetBuildIDString());

Callers

nothing calls this directly

Calls 1

GetBuildVersionFunction · 0.85

Tested by

no test coverage detected