MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / script_pass_on_error

Function script_pass_on_error

Libs/sol/sol.hpp:24988–24990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24986 }
24987
24988 inline protected_function_result script_pass_on_error(lua_State*, protected_function_result result) {
24989 return result;
24990 }
24991
24992 inline protected_function_result script_throw_on_error(lua_State* L, protected_function_result result) {
24993 type t = type_of(L, result.stack_index());

Callers 1

script_default_on_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected