lua-users home
lua-l archive

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


Hello,

I have found in the C reference of Lua the functions
lua_islightuserdata
lua_isuserdata

What is the "user data" ? Eg I have got a Lua function that returns something, which datatype should I return, so one of these function will be true.
How can I handle "user data" in C ?

Thanks

Phil