Example #1
0
 public static void lua_newtable(IntPtr luaState)
 {
     LuaDLL.lua_createtable(luaState, 0, 0);
 }