MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / protected_function_result

Method protected_function_result

Libs/sol/sol.hpp:15827–15827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15825 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
15826
15827 protected_function_result() noexcept = default;
15828 protected_function_result(lua_State* Ls, int idx = -1, int retnum = 0, int popped = 0, call_status pferr = call_status::ok) noexcept
15829 : L(Ls), index(idx), returncount(retnum), popcount(popped), err(pferr) {
15830 }

Callers

nothing calls this directly

Calls 1

abandonMethod · 0.45

Tested by

no test coverage detected