Searched defs:lua_Debug (Results 1 – 1 of 1) sorted by relevance
193 struct lua_Debug{ struct194 int event;195 const char*name;196 const char*namewhat;197 const char*what;198 const char*source;199 int currentline;200 int nups;201 int linedefined;203 char short_src[60];[all …]
Completed in 21 milliseconds