#include <lua.h>
Definition at line 76 of file lua.h.
ade_table_entry::ade_table_entry |
( |
| ) |
|
|
inline |
char* ade_table_entry::GetName |
( |
| ) |
|
|
inline |
void ade_table_entry::OutputMeta |
( |
FILE * |
fp | ) |
|
int ade_table_entry::SetTable |
( |
lua_State * |
L, |
|
|
int |
p_amt_ldx, |
|
|
int |
p_mtb_ldx |
|
) |
| |
char* ade_table_entry::Arguments |
uint ade_table_entry::DerivatorIdx |
Definition at line 84 of file lua.h.
char* ade_table_entry::Description |
lua_CFunction ade_table_entry::Function |
bool ade_table_entry::Instanced |
Definition at line 89 of file lua.h.
char* ade_table_entry::Name |
Definition at line 79 of file lua.h.
uint ade_table_entry::Num_subentries |
uint ade_table_entry::ParentIdx |
Definition at line 83 of file lua.h.
char* ade_table_entry::ReturnDescription |
char* ade_table_entry::ReturnType |
char* ade_table_entry::ShortName |
Definition at line 80 of file lua.h.
size_t ade_table_entry::Size |
uint ade_table_entry::Subentries[256] |
char ade_table_entry::Type |
Definition at line 90 of file lua.h.
union { ... } ade_table_entry::Value |
bool ade_table_entry::varBool |
Definition at line 93 of file lua.h.
double ade_table_entry::varDouble |
Definition at line 94 of file lua.h.
float ade_table_entry::varFloat |
Definition at line 95 of file lua.h.
int ade_table_entry::varInt |
Definition at line 96 of file lua.h.
char* ade_table_entry::varString |
Definition at line 97 of file lua.h.
The documentation for this class was generated from the following files: