Skip to content

coolqingcheng/LuaTableToCSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuaTableToCSharp

Convert lua table to C# Dictionary

Welcome to the LuaTableToCSharp wiki!

How to use it?

Install-Package LuaTableToCSharp -Version 1.0.3


SharpluaTable lua = new SharpluaTable();
var dic = lua.Parse(luatable);
Console.WriteLine(dic["7"]);
SharpluaTable luaitem = new SharpluaTable();
var items = luaitem.Parse(dic["7"]);

blog

About

Convert lua table to C# Dictionary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages