MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / valid

Method valid

Libs/sol/sol.hpp:23209–23214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23207 }
23208
23209 bool valid() const {
23210 auto pp = stack::push_pop(tbl);
23211 auto p = stack::probe_get_field<std::is_same<meta::unqualified_t<Table>, global_table>::value>(lua_state(), key, lua_gettop(lua_state()));
23212 lua_pop(lua_state(), p.levels);
23213 return p;
23214 }
23215
23216 int push() const noexcept {
23217 return push(this->lua_state());

Callers 15

get_or_createMethod · 0.95
table_proxyClass · 0.95
HandleWmCommandFunction · 0.45
ParseLevelFunction · 0.45
ExecuteScriptMethod · 0.45
ExecuteStringMethod · 0.45
SetFromTableMethod · 0.45
CallLevelFuncByNameMethod · 0.45
CallLevelFuncMethod · 0.45
GetLevelFuncsMemberMethod · 0.45
OnStartMethod · 0.45
OnLoadMethod · 0.45

Calls 1

push_popFunction · 0.85

Tested by

no test coverage detected