debug. getinfo Synchronous
getinfo
is_vararg is numeric 0/1 in this build.
Luau
debug.getinfo(target: DebugTarget) -> DebugInfoParameters
| Parameter | Type |
|---|---|
target | DebugTarget |
Argument fields
Luau
DebugTarget = Function | number | ProtoProxyReturns
DebugInfoLuau
DebugInfo = {
name: string?, source: string?, short_src: string?, what: string?,
currentline: number?, nups: number?, numparams: number?,
is_vararg: number?, func: Function | ProtoProxy?
}