[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua and C++ memory
- From: "Pixel Pusher" <pixpush@...>
- Date: Wed, 21 Nov 2007 03:06:29 +0100
2007/11/21, Matt Campbell <mattcampbell@pobox.com>:
Lua never copies full userdata; it only creates more references to them.
It does copy light userdata, but light userdata are just pointers, and
probably not what you're asking about.
Matt
Thank you Matt, your previous message answered the question.