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

Method set_exception_handler

extlibs/sol3/include/sol/sol.hpp:24871–24873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24869 }
24870
24871 void set_exception_handler(exception_handler_function handler) {
24872 set_default_exception_handler(lua_state(), handler);
24873 }
24874
24875 template <typename... Args, typename... Keys>
24876 decltype(auto) get(Keys&&... keys) const {

Callers 1

initScriptMethod · 0.80

Calls 1

Tested by

no test coverage detected