Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
556
static int GetServerVersion(lua_State* L) {
557
lua_pushstring(L, getAppVersion());
558
return 1;
559
}
560
561
562
static int GetServerPort(lua_State* L) {
Callers
nothing calls this directly
Calls
2
getAppVersion
Function · 0.85
lua_pushstring
Function · 0.50
Tested by
no test coverage detected