Tao.Lua SDK Documentation

Lua.lua_Debug.name Field

a reasonable name for the given function. Because functions in Lua are first-class values, they do not have a fixed name: some functions may be the value of multiple global variables, while others may be stored only in a table field. The lua_getinfo function checks how the function was called to find a suitable name. If it cannot find a name, then name is set to NULL.

[Visual Basic]
Public name As SByte
[C#]
public sbyte name;

See Also

Lua.lua_Debug Class | Tao.Lua Namespace