Tao.Lua.Lua.luaI_openlib C# (CSharp) Method

luaI_openlib() private method

private luaI_openlib ( lua_State L, string libname, luaL_Reg &l, int nup ) : void
L lua_State
libname string
l luaL_Reg
nup int
return void
        public extern static void luaI_openlib(lua_State L, string libname, ref luaL_Reg l, int nup);
Lua