(no title)
maxdemarzi | 3 years ago
for k,v in pairs(tab) do print(k) print (v) end
https://www.lua.org/cgi-bin/demo https://luajit.me/
But when I try it using the Sol library (embedded in C++) it eats all my memory. Is it a Sol issue or a C Lua binding issue? Anybody know?
tkhattra|3 years ago