Handbook
Glossary
luaL_checktype ( L arg t -- )
Vocabulary
lua
Inputs
L
an
object
arg
an
object
t
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
lua
LIBRARY:
liblua5.5
FUNCTION:
void
luaL_checktype
( lua_State* L,
int
arg,
int
t )