[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Sharing objects between states
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 3 Aug 2011 09:41:21 +0200
On Wed, Aug 3, 2011 at 9:19 AM, Wesley Smith <wesley.hoke@gmail.com> wrote:
> enable such functionality. Instead, he's asking if objects created by
> one lua_State can be shoved into another through C++.
Ah, I see. So for instance each lua_State has a light userdatum which
points to the same C++ object. Which is safe but relatively useless ;)
steve d.