#include "lua.h"
#include "lauxlib.h"
|
| int | (lua_State *L) |
| void | (lua_State *L, const char *classname, luaL_Reg *func) |
| var | ( var L, var classname, var func) |
| local | ( local L, local classname, local func) |
| void | (lua_State *L, const char *classname, const char *group) |
| void | (lua_State *L, const char *classname, int objidx) |
| void * | (lua_State *L, const char *classname, int objidx) |
| void * | (lua_State *L, const char *groupname, int objidx) |
| void * | (lua_State *L, const char *groupname, int objidx) |
| void * | (lua_State *L, const char *groupname, int objidx) |
| int | (lua_State *L, int objidx) |
| int | (lua_State *L) |
| int | (lua_State *L, int narg, const char *tname) |
| var | ( var L, var narg, var tname) |
| local | ( local L, local narg, local tname) |
| var auxiliar_open |
( |
var |
L) | |
|
| local auxiliar_open |
( |
local |
L) | |
|
| void auxiliar_newclass |
( |
lua_State * |
L, |
|
|
const char * |
classname, |
|
|
luaL_Reg * |
func |
|
) |
| |
| var auxiliar_newclass |
( |
var |
L, |
|
|
var |
classname, |
|
|
var |
func |
|
) |
| |
| local auxiliar_newclass |
( |
local |
L, |
|
|
local |
classname, |
|
|
local |
func |
|
) |
| |
| void auxiliar_add2group |
( |
lua_State * |
L, |
|
|
const char * |
classname, |
|
|
const char * |
group |
|
) |
| |
| var auxiliar_add2group |
( |
var |
L, |
|
|
var |
classname, |
|
|
var |
group |
|
) |
| |
| local auxiliar_add2group |
( |
local |
L, |
|
|
local |
classname, |
|
|
local |
group |
|
) |
| |
| void auxiliar_setclass |
( |
lua_State * |
L, |
|
|
const char * |
classname, |
|
|
int |
objidx |
|
) |
| |
| var auxiliar_setclass |
( |
var |
L, |
|
|
var |
classname, |
|
|
var |
objidx |
|
) |
| |
| local auxiliar_setclass |
( |
local |
L, |
|
|
local |
classname, |
|
|
local |
objidx |
|
) |
| |
| void* auxiliar_checkclass |
( |
lua_State * |
L, |
|
|
const char * |
classname, |
|
|
int |
objidx |
|
) |
| |
| var auxiliar_checkclass |
( |
var |
L, |
|
|
var |
classname, |
|
|
var |
objidx |
|
) |
| |
| local auxiliar_checkclass |
( |
local |
L, |
|
|
local |
classname, |
|
|
local |
objidx |
|
) |
| |
| void* auxiliar_checkgroup |
( |
lua_State * |
L, |
|
|
const char * |
groupname, |
|
|
int |
objidx |
|
) |
| |
| var auxiliar_checkgroup |
( |
var |
L, |
|
|
var |
groupname, |
|
|
var |
objidx |
|
) |
| |
| local auxiliar_checkgroup |
( |
local |
L, |
|
|
local |
groupname, |
|
|
local |
objidx |
|
) |
| |
| void* auxiliar_getclassudata |
( |
lua_State * |
L, |
|
|
const char * |
groupname, |
|
|
int |
objidx |
|
) |
| |
| var auxiliar_getclassudata |
( |
var |
L, |
|
|
var |
groupname, |
|
|
var |
objidx |
|
) |
| |
| local auxiliar_getclassudata |
( |
local |
L, |
|
|
local |
groupname, |
|
|
local |
objidx |
|
) |
| |
| void* auxiliar_getgroupudata |
( |
lua_State * |
L, |
|
|
const char * |
groupname, |
|
|
int |
objidx |
|
) |
| |
| var auxiliar_getgroupudata |
( |
var |
L, |
|
|
var |
groupname, |
|
|
var |
objidx |
|
) |
| |
| local auxiliar_getgroupudata |
( |
local |
L, |
|
|
local |
groupname, |
|
|
local |
objidx |
|
) |
| |
| int auxiliar_checkboolean |
( |
lua_State * |
L, |
|
|
int |
objidx |
|
) |
| |
| var auxiliar_checkboolean |
( |
var |
L, |
|
|
var |
objidx |
|
) |
| |
| local auxiliar_checkboolean |
( |
local |
L, |
|
|
local |
objidx |
|
) |
| |
| var auxiliar_tostring |
( |
var |
L) | |
|
| local auxiliar_tostring |
( |
local |
L) | |
|
| int auxiliar_typeerror |
( |
lua_State * |
L, |
|
|
int |
narg, |
|
|
const char * |
tname |
|
) |
| |
| var auxiliar_typeerror |
( |
var |
L, |
|
|
var |
narg, |
|
|
var |
tname |
|
) |
| |
| local auxiliar_typeerror |
( |
local |
L, |
|
|
local |
narg, |
|
|
local |
tname |
|
) |
| |