lua-users home
lua-l archive

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


How do I get the address of a userdata object?  This is solely for debugging purposes.

For instance, if 't' is a table, and I say:
print(t)

It will say something like:
table: 05AED8F0

But, if I try that with a user data object, I get an error saying 'No such operator defined'.