Tao.Lua SDK Documentation

Lua.lua_Debug.source Field

If the function was defined in a string, then source is that string. If the function was defined in a file, then source starts with a '@' followed by the file name.

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

See Also

Lua.lua_Debug Class | Tao.Lua Namespace