php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
lua_Debug Struct Reference

Data Fields

int event
 
const char * name
 
const char * namewhat
 
const char * what
 
const char * source
 
int currentline
 
int nups
 
int linedefined
 
int lastlinedefined
 
char short_src [60]
 
int i_ci
 

Detailed Description

Definition at line 193 of file minilua.c.

Field Documentation

◆ currentline

int lua_Debug::currentline

Definition at line 199 of file minilua.c.

◆ event

int lua_Debug::event

Definition at line 194 of file minilua.c.

◆ i_ci

int lua_Debug::i_ci

Definition at line 204 of file minilua.c.

◆ lastlinedefined

int lua_Debug::lastlinedefined

Definition at line 202 of file minilua.c.

◆ linedefined

int lua_Debug::linedefined

Definition at line 201 of file minilua.c.

◆ name

const char* lua_Debug::name

Definition at line 195 of file minilua.c.

◆ namewhat

const char* lua_Debug::namewhat

Definition at line 196 of file minilua.c.

◆ nups

int lua_Debug::nups

Definition at line 200 of file minilua.c.

◆ short_src

char lua_Debug::short_src[60]

Definition at line 203 of file minilua.c.

◆ source

const char* lua_Debug::source

Definition at line 198 of file minilua.c.

◆ what

const char* lua_Debug::what

Definition at line 197 of file minilua.c.


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