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

Method CheckServerPing

src/lua/LuaServerPing.cpp:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189//============================================================================//
190
191LuaServerPing* LuaServerPingMgr::CheckServerPing(lua_State* L, int index) {
192 return (LuaServerPing*)luaL_checkudata(L, index, metaName);
193}
194
195
196//============================================================================//

Callers

nothing calls this directly

Calls 1

luaL_checkudataFunction · 0.50

Tested by

no test coverage detected