new implementation for global variable values (separated from strings)
This commit is contained in:
6
lapi.h
6
lapi.h
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: lapi.h,v 1.6 1999/09/20 14:57:29 roberto Exp roberto $
|
||||
** $Id: lapi.h,v 1.7 1999/09/21 16:10:13 roberto Exp roberto $
|
||||
** Auxiliary functions from Lua API
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -14,9 +14,7 @@
|
||||
|
||||
TObject *luaA_Address (lua_Object o);
|
||||
void luaA_pushobject (const TObject *o);
|
||||
void luaA_packresults (void);
|
||||
int luaA_passresults (void);
|
||||
TaggedString *luaA_nextvar (TaggedString *g);
|
||||
GlobalVar *luaA_nextvar (TaggedString *g);
|
||||
int luaA_next (const Hash *t, int i);
|
||||
lua_Object luaA_putObjectOnTop (void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user