lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On Sep 24, 2015, at 4:40 AM, Ervin Hegedüs <airween@gmail.com> wrote:


right, thanks. I'll review the lua_setfield(), after the first
view, I've seen many other functions, eg. lua_creattable() (which
also doesn't exists in the docs, as example - that's no problem,
I just write this, because I'm learning it now...).



Have you consulted the Lua reference?

http://www.lua.org/docs.html

This does indeed describe ALL the Lua C API in detail, including lua_createtable().

—Tim