KeraLua.LuaDebug Struct Reference

Structure for lua debug information More...

Public Attributes

int eventCode
 
String name
 
String namewhat
 
String what
 
String source
 
int currentline
 
int nups
 
int linedefined
 
int lastlinedefined
 
String shortsrc
 
int i_ci
 

Detailed Description

Structure for lua debug information

Do not change this struct because it must match the lua structure lua_debug

<author>Reinhard Ostermeier</author>

Member Data Documentation

◆ currentline

int KeraLua.LuaDebug.currentline

◆ eventCode

int KeraLua.LuaDebug.eventCode

◆ i_ci

int KeraLua.LuaDebug.i_ci

◆ lastlinedefined

int KeraLua.LuaDebug.lastlinedefined

◆ linedefined

int KeraLua.LuaDebug.linedefined

◆ name

String KeraLua.LuaDebug.name

◆ namewhat

String KeraLua.LuaDebug.namewhat

◆ nups

int KeraLua.LuaDebug.nups

◆ shortsrc

String KeraLua.LuaDebug.shortsrc

◆ source

String KeraLua.LuaDebug.source

◆ what

String KeraLua.LuaDebug.what

The documentation for this struct was generated from the following file: