lua_error
[-1, +0, v]
1 | int lua_error (lua_State *L); |
Generates a Lua error, using the value at the top of the stack as the error object. This function does a long jump, and therefore never returns (see luaL_error
).
lua_error
[-1, +0, v]
1 | int lua_error (lua_State *L); |
Generates a Lua error, using the value at the top of the stack as the error object. This function does a long jump, and therefore never returns (see luaL_error
).
Designed by : w10schools
service@w10schools.com
Please login to continue.