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

Method basic_environment

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

Source from the content-addressed store, hash-verified

23676 using base_t::lua_state;
23677
23678 basic_environment() noexcept = default;
23679 basic_environment(const basic_environment&) = default;
23680 basic_environment(basic_environment&&) = default;
23681 basic_environment& operator=(const basic_environment&) = default;

Callers

nothing calls this directly

Calls 7

new_tableClass · 0.85
push_environment_ofFunction · 0.85
push_popFunction · 0.85
lua_stateMethod · 0.45
stack_indexMethod · 0.45
setMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected