[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua type names and the __type metafield
- From: Geoff Leyland <geoff_leyland@...>
- Date: Mon, 8 Oct 2012 19:39:28 +1300
On 8/10/2012, at 6:58 PM, Thijs Schreijer <thijs@thijsschreijer.nl> wrote:
> Typex traverses the registry to find the name of the metatable and returns
> that as a second argument. The results of the registry traversal are then
> cached to speed-up next searches.
Nice idea! Am I right in thinking that it only works for userdata, not tables-as-objects?