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

Function script_pass_on_error

3rd_party/lua_sol2/include/sol.hpp:20856–20858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20854 }
20855
20856 inline protected_function_result script_pass_on_error(lua_State*, protected_function_result result) {
20857 return result;
20858 }
20859
20860 inline protected_function_result script_throw_on_error(lua_State*L, protected_function_result result) {
20861 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