MCPcopy Create free account
hub / github.com/ThePhD/sol2 / pointer

Method pointer

include/sol/stack_reference.hpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 const void* pointer(lua_State* L_) const noexcept {
89 const void* pointer_id = lua_topointer(L_, stack_index());
90 return pointer_id;
91 }
92
93 type get_type(lua_State* L_) const noexcept {
94 int untyped_value = lua_type(L_, stack_index());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected