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

Function GetServerVersion

src/bzfs/lua/CallOuts.cpp:556–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554
555
556static int GetServerVersion(lua_State* L) {
557 lua_pushstring(L, getAppVersion());
558 return 1;
559}
560
561
562static int GetServerPort(lua_State* L) {

Callers

nothing calls this directly

Calls 2

getAppVersionFunction · 0.85
lua_pushstringFunction · 0.50

Tested by

no test coverage detected