mirror of
https://github.com/lua/lua.git
synced 2025-07-17 13:09:30 +00:00
eventtable' renamed to
metatable'
This commit is contained in:
parent
50e2952593
commit
d6fd33e76f
13 changed files with 69 additions and 69 deletions
4
lua.h
4
lua.h
|
@ -153,7 +153,7 @@ LUA_API void lua_gettable (lua_State *L, int index);
|
|||
LUA_API void lua_rawget (lua_State *L, int index);
|
||||
LUA_API void lua_rawgeti (lua_State *L, int index, int n);
|
||||
LUA_API void lua_newtable (lua_State *L);
|
||||
LUA_API void lua_geteventtable (lua_State *L, int objindex);
|
||||
LUA_API void lua_getmetatable (lua_State *L, int objindex);
|
||||
|
||||
|
||||
/*
|
||||
|
@ -164,7 +164,7 @@ LUA_API void lua_settable (lua_State *L, int index);
|
|||
LUA_API void lua_rawset (lua_State *L, int index);
|
||||
LUA_API void lua_rawseti (lua_State *L, int index, int n);
|
||||
LUA_API void lua_setglobals (lua_State *L);
|
||||
LUA_API void lua_seteventtable (lua_State *L, int objindex);
|
||||
LUA_API void lua_setmetatable (lua_State *L, int objindex);
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue