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

Method pointer

extlibs/sol3/include/sol/sol.hpp:8734–8739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8732 }
8733
8734 const void* pointer(lua_State* L) const noexcept {
8735 int si = push(L);
8736 const void* vp = lua_topointer(L, -si);
8737 lua_pop(L, si);
8738 return vp;
8739 }
8740
8741 type get_type(lua_State* L) const noexcept {
8742 int p = push(L);

Callers

nothing calls this directly

Calls 2

pushFunction · 0.85
lua_topointerFunction · 0.85

Tested by

no test coverage detected