RetroArch
|
#include "lprefix.h"
#include <string.h>
#include "lua.h"
#include "ldebug.h"
#include "ldo.h"
#include "lobject.h"
#include "lstate.h"
#include "lstring.h"
#include "ltable.h"
#include "ltm.h"
#include "lvm.h"
Macros | |
#define | ltm_c |
#define | LUA_CORE |
Functions | |
void | luaT_init (lua_State *L) |
const TValue * | luaT_gettm (Table *events, TMS event, TString *ename) |
const TValue * | luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) |
const char * | luaT_objtypename (lua_State *L, const TValue *o) |
void | luaT_callTM (lua_State *L, const TValue *f, const TValue *p1, const TValue *p2, TValue *p3, int hasres) |
int | luaT_callbinTM (lua_State *L, const TValue *p1, const TValue *p2, StkId res, TMS event) |
void | luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2, StkId res, TMS event) |
int | luaT_callorderTM (lua_State *L, const TValue *p1, const TValue *p2, TMS event) |
Variables | |
static const char | udatatypename [] = "userdata" |
LUAI_DDEF const char *const | luaT_typenames_ [LUA_TOTALTAGS] |
#define ltm_c |
#define LUA_CORE |
void luaT_callTM | ( | lua_State * | L, |
const TValue * | f, | ||
const TValue * | p1, | ||
const TValue * | p2, | ||
TValue * | p3, | ||
int | hasres | ||
) |
LUAI_DDEF const char* const luaT_typenames_[LUA_TOTALTAGS] |
|
static |