C# Class Tao.Lua.Lua.lua_Debug

ファイルを表示 Open project: WolfgangSt/axiom

Public Properties

Property Type Description
Event int
currentline int
i_ci int
linedefined int
nups int

Property Details

Event public_oe property

public int Event
return int

currentline public_oe property

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

i_ci public_oe property

public int i_ci
return int

linedefined public_oe property

the line number where the definition of the function starts.
public int linedefined
return int

nups public_oe property

the number of upvalues of the function.
public int nups
return int