MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / set_error_callback

Function set_error_callback

ogsr_engine/Luabind/src/error.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 typedef void(*cast_failed_callback_fun)(lua_State*, LUABIND_TYPE_INFO);
45
46 void set_error_callback(error_callback_fun e)
47 {
48 error_callback = e;
49 }
50
51 void set_cast_failed_callback(cast_failed_callback_fun c)
52 {

Callers 3

initMethod · 0.85
LS_LoadMethod · 0.85
LS_LoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected