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

Method pointer

extlibs/sol3/include/sol/sol.hpp:8265–8268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8263 }
8264
8265 const void* pointer(lua_State* L) const noexcept {
8266 const void* vp = lua_topointer(L, stack_index());
8267 return vp;
8268 }
8269
8270 type get_type(lua_State* L) const noexcept {
8271 int result = lua_type(L, index);

Callers

nothing calls this directly

Calls 1

lua_topointerFunction · 0.85

Tested by

no test coverage detected