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

Function script_pass_on_error

extlibs/sol3/include/sol/sol.hpp:24199–24201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24197 }
24198
24199 inline protected_function_result script_pass_on_error(lua_State*, protected_function_result result) {
24200 return result;
24201 }
24202
24203 inline protected_function_result script_throw_on_error(lua_State*L, protected_function_result result) {
24204 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