| 189 | //============================================================================// |
| 190 | |
| 191 | LuaServerPing* LuaServerPingMgr::CheckServerPing(lua_State* L, int index) { |
| 192 | return (LuaServerPing*)luaL_checkudata(L, index, metaName); |
| 193 | } |
| 194 | |
| 195 | |
| 196 | //============================================================================// |
nothing calls this directly
no test coverage detected