[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Execute a function
- From: Lucas Hermann Negri <kkndrox@...>
- Date: Wed, 13 Aug 2008 00:22:33 -0300
Example:
lua_getfield(L, LUA_GLOBALSINDEX, "funcion name");
lua_pushstring(L, "mystring arg");
lua_call(L, 1, 0);