MCPcopy Create free account
hub / github.com/axmolengine/axmol / pointer

Method pointer

3rdparty/lua/sol/sol.hpp:10326–10331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10324 }
10325
10326 const void* pointer(lua_State* L_) const noexcept {
10327 int si = push(L_);
10328 const void* vp = lua_topointer(L_, -si);
10329 lua_pop(L_, si);
10330 return vp;
10331 }
10332
10333 type get_type(lua_State* L_) const noexcept {
10334 int p = push(L_);

Callers

nothing calls this directly

Calls 2

pushFunction · 0.85
lua_topointerFunction · 0.85

Tested by

no test coverage detected