I\'ve been using LuaInterface and Lua 5.1 in several C# applications that required scripting, most notably a few games, an IRC bot and a full IRC client that I\'ve recently decided to resume working o
I\'m trying to wire up Lua to my VB.net game I am making.Now, I\'ve read enough to know that I can wire each function up by开发者_JAVA技巧 itself like seen here:
I\'m trying to setup Wireshark so that I can use the LuaInterface to use some of the classes in the .NET framework.I\'m able to get it working run开发者_如何学编程ning through the Lua command line, bu
I\'m trying to convert a Lua Table to a C# Byte array.I was able to get a conversion to a Double array to work as follows:
I\'m new to programming in C# (VS2010) .Net (4.0) and I\'m encountering I couldn\'t solve by myself since some days already.
I\'m trying to embed some Lua scripting functionality in my C# app by using LuaInterface 2.0.3. This is working just fine so far, but I can\'t figure out how to restrict access to only few specified .
I have been looking for a way so that in Lua script I can access custom attributes for a class. I know that I can implement a normal C# method and in that method access the Attribute using normal Ref
I\'ve embedded the LuaInterface project into an application written in C# using .NET Framework 4.0. After compiling LuaInterface and Lua 5.1 I\'ve referenced them in my application and created a Lua V
I have a C# application I\'m working on with which I want to use the excellent LuaInterface. However when I run the application I get this exception when I try to do something with LuaInterface:
Question: how can I insert a table from C# into \'LuaInterface\' script scope using a C# object (preferably anonymous type)?