| LUAL_CHECKANY(3) | Library Functions Manual | LUAL_CHECKANY(3) |
luaL_checkany —
checks whether the function has an argument of any type,
function indicator [-0, +0, v]
#include
<lauxlib.h>
void
luaL_checkany(lua_State
*L, int narg);
luaL_checkany()
checks whether the function has an argument of any type (including
nil) at
position narg.
Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes, Lua 5.1 Reference Manual.
The luaL_checkany() manual page is based
on Lua Reference Manual 5.1 and was created by Sergey Bronnikov.
| July 24, 2022 | Debian |