Ardour  8.7-15-gadf511264b
lua_Debug Struct Reference

#include <lua.h>

Public Attributes

int event
 
const char * name
 
const char * namewhat
 
const char * what
 
const char * source
 
int currentline
 
int linedefined
 
int lastlinedefined
 
unsigned char nups
 
unsigned char nparams
 
char isvararg
 
char istailcall
 
char short_src [60]
 
struct CallInfoi_ci
 

Detailed Description

Definition at line 443 of file lua-5.3.5/lua.h.

Member Data Documentation

◆ currentline

int lua_Debug::currentline

Definition at line 449 of file lua-5.3.5/lua.h.

◆ event

int lua_Debug::event

Definition at line 444 of file lua-5.3.5/lua.h.

◆ i_ci

struct CallInfo* lua_Debug::i_ci

Definition at line 458 of file lua-5.3.5/lua.h.

◆ istailcall

char lua_Debug::istailcall

Definition at line 455 of file lua-5.3.5/lua.h.

◆ isvararg

char lua_Debug::isvararg

Definition at line 454 of file lua-5.3.5/lua.h.

◆ lastlinedefined

int lua_Debug::lastlinedefined

Definition at line 451 of file lua-5.3.5/lua.h.

◆ linedefined

int lua_Debug::linedefined

Definition at line 450 of file lua-5.3.5/lua.h.

◆ name

const char* lua_Debug::name

Definition at line 445 of file lua-5.3.5/lua.h.

◆ namewhat

const char* lua_Debug::namewhat

Definition at line 446 of file lua-5.3.5/lua.h.

◆ nparams

unsigned char lua_Debug::nparams

Definition at line 453 of file lua-5.3.5/lua.h.

◆ nups

unsigned char lua_Debug::nups

Definition at line 452 of file lua-5.3.5/lua.h.

◆ short_src

char lua_Debug::short_src[60]

Definition at line 456 of file lua-5.3.5/lua.h.

◆ source

const char* lua_Debug::source

Definition at line 448 of file lua-5.3.5/lua.h.

◆ what

const char* lua_Debug::what

Definition at line 447 of file lua-5.3.5/lua.h.


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