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

Function luaL_checkversion

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

Source from the content-addressed store, hash-verified

2608}
2609
2610COMPAT53_API void luaL_checkversion(lua_State *L) {
2611 (void)L;
2612}
2613
2614COMPAT53_API void luaL_checkstack(lua_State *L, int sp, const char *msg) {
2615 if (!lua_checkstack(L, sp + LUA_MINSTACK)) {

Callers 1

pmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected