The C# NLua.Lua.NewTable method is used to create a new Lua table in NLua. A Lua table is a versatile data structure in Lua that can be used to store and organize data in key-value pairs. This method allows C# programmers to create a new Lua table directly from their code, which can then be manipulated and accessed using other NLua methods.
C# (CSharp) NLua Lua.NewTable - 20 examples found. These are the top rated real world C# (CSharp) examples of NLua.Lua.NewTable extracted from open source projects. You can rate examples to help us improve the quality of examples.