MCPcopy Create free account
hub / github.com/ddnet/ddnet / Version

Method Version

src/game/client/gameclient.cpp:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83using namespace std::chrono_literals;
84
85const char *CGameClient::Version() const { return GAME_VERSION; }
86const char *CGameClient::NetVersion() const { return GAME_NETVERSION; }
87const char *CGameClient::NetVersion7() const { return GAME_NETVERSION7; }
88int CGameClient::DDNetVersion() const { return DDNET_VERSION_NUMBER; }

Callers 3

CacheServerInfoMethod · 0.45
CacheServerInfoSixupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected