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

Method lua_state

include/sol/stack_proxy_base.hpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 lua_State* lua_state() const {
71 return m_L;
72 }
73 int stack_index() const {
74 return m_index;
75 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected