Re: LUA_USERSTATE
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LUA_USERSTATE
- From: Michael Broughton <mbobowik@...>
- Date: 2006年3月10日 02:41:11 -0700
http://www.lua.org/pil/27.3.1.html
Is this what you are looking for?
Sebastian Rohde wrote:
Hi everybody,
we are porting our Scriptmodule from LUA 5.0.2 to 5.1 and found that
there is no LUA_USERSPACE anymore. Can anybody tell me what is the
suggested way to associate extra data (namely a pointer) with the
lua_State is?
Yours,
Sebastian