#include <lauxlib.h>
#include <lualib.h>
#include "globalincs/pstypes.h"
#include "menuui/mainhallmenu.h"
#include "object/object.h"
Go to the source code of this file.
Definition at line 72 of file lua.h.
#define ODATA_PTR_SIZE -1 |
Definition at line 30 of file lua.h.
#define ODATA_SIG_DEFAULT 0 |
Definition at line 32 of file lua.h.
#define ODATA_SIG_TYPE uint |
Definition at line 31 of file lua.h.
int ade_friendly_error |
( |
lua_State * |
L | ) |
|
int ade_get_args |
( |
lua_State * |
L, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
int ade_set_args |
( |
lua_State * |
L, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
void ade_stackdump |
( |
lua_State * |
L, |
|
|
char * |
stackdump |
|
) |
| |
bool Ade_get_args_lfunction |