Lua.NET icon indicating copy to clipboard operation
Lua.NET copied to clipboard

[C# .NET Core 8.0] [Windows] Lua.NET contains full bindings to Lua5.1.5, Lua5.2.4, Lua5.3.6, Lua.5.4.6 and LuaJIT

Results 12 Lua.NET issues
Sort by recently updated
recently updated
newest added

`luaL_register` takes a single `luaL_Reg` parameter instead of an array of these objects. I believe it's supposed to take an array of `luaL_Reg`s or a pointer to that array, as...

Hi and thanks for these nice bindings. However I cannot get the examples to run: The `lua_pushcfunction(L, lfunc')` call errors out with > 'int pobnet.Test1.lfunc(lua_State)' is attributed with 'UnmanagedCallersOnly' and...