Handbook
Glossary
luaL_checkoption ( L narg def lst -- int )
Vocabulary
lua
Inputs
L
an
object
narg
an
object
def
an
object
lst
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
lua
LIBRARY:
liblua5.1
FUNCTION:
int
luaL_checkoption
( lua_State* L,
int
narg, c-string[ascii] def,
c-string[ascii] lst )