Tao.Lua.Lua.luaL_register C# (CSharp) Méthode

luaL_register() private méthode

private luaL_register ( lua_State L, string libname, luaL_Reg &l ) : void
L lua_State
libname string
l luaL_Reg
Résultat void
        public extern static void luaL_register(lua_State L, string libname, ref luaL_Reg l);
Lua