lua-users home
lua-l archive

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


Hello Anurag,

Thursday, September 10, 2009, 11:18:21 AM, you wrote:

> status = extLua:get_version(Version,10)

> It shows the error message that it is getting 3 arguments in
> function call. But I am passing only 2 arguments. Where is it
> getting the third argument from ??

it is equivalent to

status = extLua.get_version(extLua,Version,10)



-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin@gmail.com