[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: controlling lua from a c program
- From: Peter Shook <pshook@...>
- Date: Mon, 07 Jul 2003 21:18:08 -0400
Håkon Evensen wrote:
I want to
execute a script but i dont want to leave the entire control of the host
thread in the hands of the script. is it possible to set a line hook
and break further execution from there?
It's messy and I wouldn't do it, but where there is a will there is a
way. Here are some references:
http://lua-users.org/lists/lua-l/2003-04/msg00262.html
http://lua-users.org/lists/lua-l/2003-04/msg00249.html