Nut/OS  4.10.3
API Reference
lua_Debug Struct Reference

#include <lua.h>

Collaboration diagram for lua_Debug:

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 [LUA_IDSIZE]
int i_ci

Detailed Description

Definition at line 348 of file lua.h.


Field Documentation

Definition at line 349 of file lua.h.

const char* lua_Debug::name

Definition at line 350 of file lua.h.

const char* lua_Debug::namewhat

Definition at line 351 of file lua.h.

const char* lua_Debug::what

Definition at line 352 of file lua.h.

const char* lua_Debug::source

Definition at line 353 of file lua.h.

Definition at line 354 of file lua.h.

Definition at line 355 of file lua.h.

Definition at line 356 of file lua.h.

Definition at line 357 of file lua.h.

char lua_Debug::short_src[LUA_IDSIZE]

Definition at line 358 of file lua.h.

Definition at line 360 of file lua.h.


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