Tao.Lua SDK Documentation

Lua.lua_Debug.currentline Field

the current line where the given function is executing. When no line information is available, currentline is set to -1.

[Visual Basic]
Public currentline As Integer
[C#]
public int currentline;

See Also

Lua.lua_Debug Class | Tao.Lua Namespace