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

Function version_l

other_src/lua/src/lpeg.cpp:2253–2256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2251
2252
2253static int version_l (lua_State *L) {
2254 lua_pushstring(L, VERSION);
2255 return 1;
2256}
2257
2258
2259static int type_l (lua_State *L) {

Callers

nothing calls this directly

Calls 1

lua_pushstringFunction · 0.70

Tested by

no test coverage detected