DORSETRIGS
Home

lua-api (2 post)


posts by category not found!

Self referencing userdata and garbage collection

Understanding Self Referencing Userdata and Garbage Collection in Lua This article delves into the issue of self referencing userdata and its impact on garbage

3 min read 07-09-2024 46
Self referencing userdata and garbage collection
Self referencing userdata and garbage collection

Lua life cycle of userdata and uservalue

Understanding the Lua Userdata Lifecycle How Userdata and Uservalue Interact Luas userdata provides a powerful mechanism to interact with external code like C C

3 min read 04-09-2024 42
Lua life cycle of userdata and uservalue
Lua life cycle of userdata and uservalue