[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Ask userdata type from Lua
- From: bil til <biltil52@...>
- Date: Sat, 1 Jul 2023 17:18:29 +0200
> If you use luaL_setmetatable, then this is automatically done for you:
> luaL_setmetatable sets __name to the string it gets.
Nice+helpful info, thank you!