lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Thanks! The fact is, I've never worked with Lua metatables before. I'm glad it
turned out to be as simple as it is.

I am currently storing pointers to Lua userdata in g_SpriteVector. Do I have to
watch out for the Lua garbage collector? Could it free the memory of a sprite
structure while I still have a pointer to it?

- Checkmate