MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / GetVersion

Method GetVersion

src/bzflag/HubLua.cpp:1179–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177
1178
1179int HubLink::GetVersion(lua_State* L) {
1180 lua_pushstring(L, getMajorMinorRevVersion());
1181 lua_pushstring(L, getAppVersion());
1182 lua_pushstdstring(L, getOSString());
1183 return 3;
1184}
1185
1186
1187int HubLink::GetHubServer(lua_State* L) {

Callers

nothing calls this directly

Calls 5

getMajorMinorRevVersionFunction · 0.85
getAppVersionFunction · 0.85
lua_pushstdstringFunction · 0.85
getOSStringFunction · 0.85
lua_pushstringFunction · 0.50

Tested by

no test coverage detected