luaL_checkversion

luaL_checkversion[-0, +0, v]

void luaL_checkversion (lua_State *L);

Checks whether the core running the call, the core that created the Lua state, and the code making the call are all using the same version of Lua. Also checks whether the core running the call and the core that created the Lua state are using the same address space.

doc_lua
2017-02-21 04:12:07
Comments
Leave a Comment

Please login to continue.