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

Function index_target_fail

extlibs/sol3/include/sol/sol.hpp:21130–21132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21128 }
21129
21130 inline int index_target_fail(lua_State* L, void*) {
21131 return index_fail(L);
21132 }
21133
21134 inline int new_index_fail(lua_State* L) {
21135 return luaL_error(L, "sol: cannot set (new_index) into this object: no defined new_index operation on usertype");

Callers

nothing calls this directly

Calls 1

index_failFunction · 0.85

Tested by

no test coverage detected