lua-users home
lua-l archive

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


Example:

lua_getfield(L, LUA_GLOBALSINDEX, "funcion name");
lua_pushstring(L, "mystring arg");
lua_call(L, 1, 0);