[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: which "L" should i use to make call to lua when in a C-function called in a coroutine?
- From: Sam Roberts <vieuxtech@...>
- Date: Mon, 23 Nov 2009 22:14:32 -0800
2009/11/23 冶晶邓 <fatfatson@gmail.com>:
> hi,all:
> now i'm confusing about the problem:
> in script, i create and run a coroutine, and then call into a C-function,
> and in it i want to call back to lua, then which "L" should i use for this
> callback ?
Use the L that was passed into your C-function.
Sam