document of luaL_getmetatable
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: document of luaL_getmetatable
- From: 云风 <cloudwu@...>
- Date: 2015年1月16日 15:41:28 +0800
int luaL_getmetatable (lua_State *L, const char *tname);
Pushes onto the stack the metatable associated with name tname in the
registry (see luaL_newmetatable). If there is no metatable associated
withtname, returns false and pushes nil.
----
It doesn't describe the function's return value when the result table
pushed onto the stack.
--
http://blog.codingnow.com