Having a lua script line like: Varname = functionname() And functionname() is a registered c function, how can i read out the varname from the c funtion. It is not about setting data, but about getting the name of the var. Thanks in advance