List Question
20 TechQA 2024-01-04T23:00:52.4230002d array access with lua userdata
56 views
Asked by Ray
How to get better performance out of Lua when iterating array of structs
212 views
Asked by thegabman
How do user values in Lua C API and lua_newuserdatauv function in particular work?
287 views
Asked by Sun of A beach
Reuse lua_newuserdata() returned pointer
70 views
Asked by kapodamy
Lua life cycle of userdata and uservalue
275 views
Asked by renyson
LuaU script (Roblox), how can I make a Key get pressed with a script
3.9k views
Asked by demxkero
Is it possible to dump the properties/methods of a type userdata variable?
1k views
Asked by noobyy
C++ - How to define userdatum with Lua table as member?
46 views
Asked by Sherlock Holmes
Convert Userdata to hex in Wireshark Dissector
2.5k views
Asked by bugggy
Attempt to call a userdata value
1.8k views
Asked by Linkthehero2222
lua - check if userdata is nil
101 views
Asked by Eyal leshem
Converting Go Struct instance to Lua table
1.3k views
Asked by Sulaiman Adeeyo
Getting reference to userdata in a table using luaL_ref?
939 views
Asked by Zack Lee
How to pass userdata from one Lua chunk to another in C++
1.8k views
Asked by Zack Lee
How to index a converted userdata value?
918 views
Asked by Zack Lee
Lua userdata not available
121 views
Asked by James
What happens if I push userdata twice using the same key?
117 views
Asked by Zack Lee
Lua: extending userdata in metatables
1.1k views
Asked by Richard Avalos
Bringing userdata into Lua without C (or how much C do I need to learn to do this)
150 views
Asked by Liam
When is it allowed to call lua_gc in C++ when also using lua_newuserdata
728 views
Asked by Torben T Nielsen