LuaSharp icon indicating copy to clipboard operation
LuaSharp copied to clipboard

A provider of both a low level and high level wrapper of the Lua API for .NET / Mono

Results 3 LuaSharp issues
Sort by recently updated
recently updated
newest added

This needs to be implemented, and I wanted to check out this issue tracker

Urgent

How can one get a LuaTable into a C# list? I have tried variations of: public static System.Collections.Generic.List ToList(LuaSharp.LuaTable table) { System.Collections.Generic.List list = new System.Collections.Generic.List(); System.Collections.Generic.KeyValuePair pair in table)...

Trying to write a function in C# (to redirect print's output to stdio to a GUI window). Works fine on Linux, but crashing on a Windows7 64-bit computer. (This is...