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

Function luaL_checkversion

3rdparty/lua/sol/sol.hpp:3750–3752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3748}
3749
3750COMPAT53_API void luaL_checkversion(lua_State* L) {
3751 (void)L;
3752}
3753
3754COMPAT53_API void luaL_checkstack(lua_State* L, int sp, const char* msg) {
3755 if (!lua_checkstack(L, sp + LUA_MINSTACK)) {

Callers 2

luaL_openlibFunction · 0.85
pmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected