Closed Raugharr closed 10 years ago
LUA_BARDARG should instead be replaced with luaL_error. In order to do this a lua_panic function needs to be defined in sys/LuaHelper.c that will pass the error to sys/Log.h
replaced LUA_BADARG with luaL_argcheck.
LUA_BARDARG should instead be replaced with luaL_error. In order to do this a lua_panic function needs to be defined in sys/LuaHelper.c that will pass the error to sys/Log.h