[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Where is the third argument?????
- From: Bulat Ziganshin <bulat.ziganshin@...>
- Date: Thu, 10 Sep 2009 11:30:51 +0400
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