View Single Post
11/29/14, 12:48 AM   #11
rkuhnjr
 
rkuhnjr's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 26
First roadblock i'm hitting was unexpected.
It would seem that converting LUA table to an object C# can understand is more difficult than it would seem.

I have tried a couple LUA libraries for c# but they do not seem to do what i need them to, which is just read the data from the table, it is very possible my ignorance of lua is hindering this effort as well but as of right now its looking like i would have to build a custom parser to do it.
  Reply With Quote