[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Private data
- From: "Curt Carpenter" <curtc@...>
- Date: Wed, 3 Oct 2001 13:47:52 -0700
Title: Message
Does anyone have any
good suggestions for how to deal with getting back to some private instance data
when in a global C function called by Lua? Global variables are not an option,
and there could be multiple instances of lua running.
It's easy enough to
modify Lua to add this as part of the state, but is there a more correct way to
do this that doesn't require modifying Lua?
Thanks,
Curt